definition: |
getSrcInfoPoints :: HasSpanInfo a => a -> [Span] getSrcInfoPoints a = case getSpanInfo a of NoSpanInfo -> [] SpanInfo _ xs -> xs |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
getSrcInfoPoints |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
HasSpanInfo a => a -> [Curry.Span.Span] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |