definition: |
genInstances :: [CTypeDecl] -> RWM [CInstanceDecl] genInstances tds = mapM genInstance (filter (not . isTypeSyn) tds) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
genInstances |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[AbstractCurry.Types.CTypeDecl] -> RW.Monad.RWM [AbstractCurry.Types.CInstanceDecl] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |