Package net.hydromatic.morel.type
Class BaseType
java.lang.Object
net.hydromatic.morel.type.BaseType
- All Implemented Interfaces:
Type
- Direct Known Subclasses:
FnType,ForallType,ListType,ParameterizedType,RecordType,TupleType
Abstract implementation of Type.
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.hydromatic.morel.type.Type
accept, arg, canCallArgOf, copy, isCollection, isFinite, isProgressive, key, moniker, specializes, substitute, unifyWith
-
Field Details
-
op
-
-
Constructor Details
-
BaseType
-
-
Method Details