CurryInfo: stylechecker-2.0.0 / Main.scBanner

definition:
scBanner :: String
scBanner = unlines [bannerLine,bannerText,bannerLine]
 where
   bannerText = "Curry Style Checker (Version of 30/10/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
iotype:
{() |-> _}
name:
scBanner
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