| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
PlutusIR.TypeCheck.Internal
Description
The internal module of the type checker that defines the actual algorithms, but not the user-facing API.
Synopsis
- newtype BuiltinTypes (uni :: TypeCheckEnv uni fun cfg) m #
The type checking monad that the type checker runs in. In contains a
Lens' (PirTCConfig uni fun) (BuiltinTypes uni fun) #