Package net.hydromatic.morel.type
Interface TypeSystem.ForallHelper
- Enclosing class:
TypeSystem
public static interface TypeSystem.ForallHelper
Provides access to type variables from within a call to
TypeSystem.forallType(int, Function).-
Method Summary
-
Method Details
-
get
Creates type`i. -
list
Creates type`i list. -
vector
Creates type`i vector. -
option
Creates type`i option. -
predicate
Creates type`i → bool.
-