CurryInfo: currycheck-4.0.0 / CurryCheck.ccBanner

definition:
ccBanner :: String
ccBanner = unlines [bannerLine,bannerText,bannerLine]
 where
   bannerText = "CurryCheck: a tool for testing Curry programs (Version " ++
                packageVersion ++ " of 29/09/2024)"
   bannerLine = take (length bannerText) (repeat '-')
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Banner of this tool:
indeterministic:
referentially transparent operation
infix:
no fixity defined
name:
ccBanner
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