CurryInfo: spicey-4.2.0 / Spicey.SpiceUp.systemBanner

definition: Info
 
systemBanner :: String
systemBanner =
  let bannerText = "Spicey Web Framework (Version " ++ packageVersion ++
                   " of 25/03/24)"
      bannerLine = take (length bannerText) (repeat '-')
   in bannerLine ++ "\n" ++ bannerText ++ "\n" ++ bannerLine
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> _}
name: Info
 systemBanner
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