| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Raw
Documentation
data AtomicTyCon Source #
Constructors
| RTyConAtom AtomicTyCon | |
| RTyConList | |
| RTyConArray | |
| RTyConPair | 
convT ∷ Type NamedTyDeBruijn DefaultUni a → RType Source #
varTm ∷ Int → NamedDeBruijn Source #
varTy ∷ Int → NamedDeBruijn Source #
unconvT ∷ Int → RType → Type NamedTyDeBruijn DefaultUni () Source #
data ScopeError Source #
Constructors
| DeBError | |
| FreeVariableError FreeVariableError | 
data RuntimeError Source #
Constructors
| GasError | |
| UserError | |
| RuntimeTypeError |