CurryInfo: curry-ast-3.1.0 / Curry.SpanInfo.getSrcSpan

definition:
getSrcSpan :: HasSpanInfo a => a -> Span
getSrcSpan a = case getSpanInfo a of
  NoSpanInfo   -> NoSpan
  SpanInfo s _ -> s
demand:
argument 1
deterministic:
deterministic operation
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
getSrcSpan
precedence:
no precedence defined
result-values:
_
signature:
HasSpanInfo a => a -> Curry.Span.Span
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms