CurryInfo: verify-3.1.0 / ToVerifier.cvBanner

definition: Info
 
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: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Banner of this tool:
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
name: Info
 cvBanner
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