Uses of Class
net.hydromatic.morel.type.TypeVar
Packages that use TypeVar
Package
Description
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.Type system.
-
Uses of TypeVar in net.hydromatic.morel.compile
Fields in net.hydromatic.morel.compile declared as TypeVarFields in net.hydromatic.morel.compile with type parameters of type TypeVarMethods in net.hydromatic.morel.compile with parameters of type TypeVarModifier and TypeMethodDescription(package private) Unifier.Variable(package private) Unifier.Variable(package private) abstract Unifier.Variable(package private) TypeResolver.SubstTypeResolver.Subst.plus(TypeVar typeVar, Unifier.Variable variable) Constructors in net.hydromatic.morel.compile with parameters of type TypeVarModifierConstructorDescription(package private)PlusSubst(TypeResolver.Subst parent, TypeVar typeVar, Unifier.Variable variable) -
Uses of TypeVar in net.hydromatic.morel.type
Fields in net.hydromatic.morel.type with type parameters of type TypeVarMethods in net.hydromatic.morel.type that return TypeVarModifier and TypeMethodDescriptionTypeSystem.ForallHelper.get(int i) Creates type`i.TypeSystem.typeVariable(int ordinal) Creates a type variable.Methods in net.hydromatic.morel.type that return types with arguments of type TypeVarMethods in net.hydromatic.morel.type with parameters of type TypeVarMethod parameters in net.hydromatic.morel.type with type arguments of type TypeVar