definition: |
siblingsOfCons :: [(QName,ConsInfo)] -> QName -> [(QName,Int)] siblingsOfCons consinfos qc = trd3 (infoOfCons consinfos qc) |
demand: |
arguments 1 2 |
deterministic: |
deterministic operation |
documentation: |
--- Gets the siblings of a constructor w.r.t. constructor information. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
siblingsOfCons |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[((String, String), (Prelude.Int, ConsType, [((String, String), Prelude.Int)]))] -> (String, String) -> [((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 |