definition: |
makeTransState :: Int -> [(Int, TypeExpr, Maybe (QName, Int, Int))] -> TransState makeTransState = TransState true |
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, Prelude.Maybe ((String, String), Prelude.Int, Prelude.Int))] -> TransState |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |