Uses of Class
net.hydromatic.morel.type.BaseType
-
Packages that use BaseType Package Description net.hydromatic.morel.type Type system. -
-
Uses of BaseType in net.hydromatic.morel.type
Subclasses of BaseType in net.hydromatic.morel.type Modifier and Type Class Description classApplyTypeType that is a polymorphic type applied to a set of types.classDataTypeAlgebraic type.classFnTypeThe type of a function value.classForallTypeUniversally quantified type.classListTypeThe type of a list value.classParameterizedTypeBase class for types that accept type parameters.classRecordTypeThe type of a record value.classTemporaryTypePlaceholder for a type that is being recursively defined.classTupleTypeThe type of a tuple value.
-