CurryInfo: ertools-3.0.0 / Database.ERD.Goodies.showERD

definition: Info
 
showERD :: Int -> ERD -> String
showERD n (ERD en es rs) = "ERD " ++ showString en ++ lb n ++
  " [" ++ concat (intersperse ("," ++ lb (n+2)) (map (showEs (n+2)) es)) ++ "]"
  ++ lb n ++
  " [" ++ concat (intersperse ("," ++ lb (n+2)) (map (showRs (n+2)) rs)) ++ "]"
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
A simple pretty printer for ERDs.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{ERD}) |-> _}
name: Info
 showERD
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Int -> Database.ERD.ERD -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term