definition: |
posOfCons :: ICOptions -> QName -> Int posOfCons opts qn = snd (arityPosOfCons opts qn) |
demand: |
arguments 1 2 |
deterministic: |
deterministic operation |
documentation: |
-- Lookup position index of a constructor. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
posOfCons |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
ICOptions -> (String, String) -> Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |