CurryInfo: makefile-3.0.0 / Main.banner

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