definition: |
title :: String title = "CurryBrowser (Version " ++ packageVersion ++ " of 20/09/2024)" |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--------------------------------------------------------------------- -- Title and version |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> _} |
name: |
title |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |