definition: |
metavar :: String -> Mod metavar s = Mod id (\a -> a { metavarName = s }) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Set the metavar of an argument. The metavar is used to print usage --- information. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Mod}} |
name: |
metavar |
precedence: |
no precedence defined |
result-values: |
{Mod} |
signature: |
String -> Mod |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |