Package net.hydromatic.morel.compile
Class TypeResolver.TypeEnvHolder
java.lang.Object
net.hydromatic.morel.compile.TypeResolver.TypeEnvHolder
- All Implemented Interfaces:
BiConsumer<String,Type>
- Enclosing class:
TypeResolver
Contains a
TypeResolver.TypeEnv and adds to it by calling
TypeResolver.TypeEnv.bind(String, Function).-
Field Details
-
typeEnv
-
-
Constructor Details
-
TypeEnvHolder
TypeEnvHolder(TypeResolver.TypeEnv typeEnv)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<String,Type>
-