definition: |
showCompilerVersion :: Config -> String showCompilerVersion cfg = let (cname,cmaj,cmin,crev) = compilerVersion cfg in cname ++ ' ' : showVersionNumber '.' (cmaj,cmin,crev) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Shows the compiler version in the configuration. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
showCompilerVersion |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Config -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |