definition: |
cppBanner :: String cppBanner = unlines [bannerLine,bannerText,bannerLine] where bannerText = "Curry Preprocessor (Version " ++ packageVersion ++ " of 29/01/2024)" bannerLine = take (length bannerText) (repeat '=') |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
------------------------------------------------------------------------------ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
name: |
cppBanner |
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 |