definition: |
getStartPosition :: HasSpanInfo a => a -> Position getStartPosition a = case getSrcSpan a of NoSpan -> NoPos Span s _ -> s |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
getStartPosition |
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: |
reducible on all ground data terms |