CurryInfo: stylechecker-2.0.0 / Check.AST.Indent.Data.getFirstBar

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