CurryInfo: verify-3.1.0 / ToVerifier.cvBanner

definition:
cvBanner :: String
cvBanner = unlines [bannerLine,bannerText,bannerLine]
 where
   bannerText = "curry-verify: Curry programs -> Verifiers (Version " ++
                packageVersion ++ " of 02/01/2019)"
   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:
cvBanner
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