CurryInfo: stylechecker-2.0.0 / Check.AST.getElseCol

definition:
getElseCol :: SpanInfo -> Int
getElseCol si = case si of
  (SpanInfo _ [_,_,(Span (Position _ c)_)]) -> c
  _ -> error "getElseCol: NoSpanInfo"
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Returns column position of `Else` from Spaninfo.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({SpanInfo}) |-> _}
name:
getElseCol
precedence:
no precedence defined
result-values:
_
signature:
Curry.SpanInfo.SpanInfo -> Prelude.Int
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms