CurryInfo: html2-3.5.0 / C2C.Options.banner

definition:
banner :: String
banner = unlines [bannerLine,bannerText,bannerLine]
 where
  bannerText = "Compile Curry programs with HTML forms to CGI executables " ++
               "(Version of 25/02/25)"
  bannerLine = take (length bannerText) (repeat '=')
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The script banner.
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