definition: |
applyParse :: [Options -> Either String Options] -> Either String Options applyParse fs = applyEither fs defaultOptions |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Left,Right}} |
name: |
applyParse |
precedence: |
no precedence defined |
result-values: |
{Left,Right} |
signature: |
[Options -> Prelude.Either String Options] -> Prelude.Either String Options |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |