definition: |
getConsInfos :: TermDomain a => VerifyStateM a [(QName,ConsInfo)] getConsInfos = get >>= return . vstConsInfos |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
-- Gets information about all constructors. |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
name: |
getConsInfos |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Analysis.TermDomain.TermDomain a => Control.Monad.Trans.State.StateT (VerifyState a) Prelude.IO [((String, String), (Prelude.Int, Verify.ProgInfo.ConsType, [((String, String), Prelude.Int)]))] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |