CurryInfo: residuation-analysis-3.0.0 / AnalyzeResiduation.banner

definition:
banner :: String
banner = unlines [bannerLine,bannerText,bannerLine]
 where
   bannerText = "Residuation Analysis Tool for Curry (Version of 18/12/20)"
   bannerLine = take (length bannerText) (repeat '=')
demand:
no demanded arguments
deterministic:
deterministic operation
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> _}
name:
banner
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