definition: |
alwaysRequired :: QName -> RequiredSpec alwaysRequired fun = AlwaysReq fun |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- (alwaysRequired fun) specifies that the function "fun" should be --- always present if the corresponding module is loaded. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {AlwaysReq}} |
name: |
alwaysRequired |
precedence: |
no precedence defined |
result-values: |
{AlwaysReq} |
signature: |
(String, String) -> RequiredSpec |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |