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.classRecordTypeThe type of a record value.classTupleTypeThe type of a tuple value.
-