definition: |
makeTransState :: Int -> [(Int,TypeExpr)] -> TransState makeTransState = TransState tTrue |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {TransState}} |
name: |
makeTransState |
precedence: |
no precedence defined |
result-values: |
{TransState} |
signature: |
Prelude.Int -> [(Prelude.Int, FlatCurry.Types.TypeExpr)] -> TransState |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |