CurryInfo: makefile-3.0.0 / Main.banner

definition: Info
 
banner :: String
banner = unlines [bannerLine, bannerText, bannerLine]
 where
  bannerText =
    "curry-genmake: Generate makefile for a Curry application (" ++
    version ++ ")"
  bannerLine = take (length bannerText) (repeat '-')
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Banner of this tool:
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> _}
name: Info
 banner
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms