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

definition:
getSrcSpanEnd :: HasSpanInfo a => a -> Position
getSrcSpanEnd a = case getSpanInfo a of
  NoSpanInfo   -> NoPos
  SpanInfo s _ -> end s
demand:
argument 1
deterministic:
deterministic operation
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
getSrcSpanEnd
precedence:
no precedence defined
result-values:
_
signature:
HasSpanInfo a => a -> Curry.Position.Position
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term