CurryInfo: curry-ast-3.1.0 / Curry.Span.isSpan

definition:
isSpan :: Span -> Bool
isSpan (Span {})  = True
isSpan NoSpan     = False
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Span}) |-> {True} || ({NoSpan}) |-> {False}}
name:
isSpan
precedence:
no precedence defined
result-values:
{False,True}
signature:
Span -> Prelude.Bool
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms