definition: |
defaultNOptions :: Eq f => NOptions f defaultNOptions = NOptions { normalize = False, rStrategy = poRStrategy } |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The default narrowing options. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {NOptions}} |
name: |
defaultNOptions |
precedence: |
no precedence defined |
result-values: |
{NOptions} |
signature: |
Prelude.Eq a => NOptions a |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |