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

definition:
isNoSpan :: Span -> Bool
isNoSpan (Span {})  = False
isNoSpan NoSpan     = True
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Span}) |-> {False} || ({NoSpan}) |-> {True}}
name:
isNoSpan
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