definition: |
readVersionConstraint :: String -> Maybe VersionConstraint readVersionConstraint s = parse pVersionConstraint s |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Parses a version constraint. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Just,Nothing}} |
name: |
readVersionConstraint |
precedence: |
no precedence defined |
result-values: |
{Just,Nothing} |
signature: |
String -> Prelude.Maybe VersionConstraint |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |