CurryInfo: stylechecker-2.0.0 / Check.AST.Indent.Case.getAltArrowCol

definition:
getAltArrowCol :: SpanInfo -> Int
getAltArrowCol sp = case sp of
  (SpanInfo _ [Span (Position _ c) _]) -> c
  _ -> error "getAltArrowCol: NoSpan"
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Gets column positions of an arrow in a alternativ in `Case`.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({SpanInfo}) |-> _}
name:
getAltArrowCol
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