definition: |
short :: String -> Mod short s = Mod (\o -> o { shortName = s }) id |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Set the short name of an option. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Mod}} |
name: |
short |
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 |