definition: |
getInLi :: SpanInfo -> Int getInLi si = case si of (SpanInfo _ [_,(Span (Position l _) _)]) -> l _ -> error "getInLi: NoSpanInfo" |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Returns line pos of `In` keyword. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({SpanInfo}) |-> _} |
name: |
getInLi |
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 |