Package net.hydromatic.morel.compile
Interface TypeResolver.TypeEnv
- All Known Implementing Classes:
TypeResolver.BindTypeEnv,TypeResolver.EmptyTypeEnv
- Enclosing class:
TypeResolver
static interface TypeResolver.TypeEnv
Type environment.
-
Method Summary
Modifier and TypeMethodDescriptionbind(String name, Function<TypeSystem, Unifier.Term> termFactory) default TypeResolver.TypeEnvbind(String name, Unifier.Term term) get(TypeSystem typeSystem, String name, Function<String, RuntimeException> exceptionFactory) boolean
-
Method Details
-
get
Unifier.Term get(TypeSystem typeSystem, String name, Function<String, RuntimeException> exceptionFactory) -
has
-
bind
-
bind
-