Uses of Class
net.hydromatic.morel.type.FnType
-
Packages that use FnType Package Description net.hydromatic.morel.ast Abstract syntax tree.net.hydromatic.morel.type Type system. -
-
Uses of FnType in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return FnType Modifier and Type Method Description FnTypeCore.Fn. type()FnTypeCore.RecordSelector. type()Methods in net.hydromatic.morel.ast with parameters of type FnType Modifier and Type Method Description Core.FnCoreBuilder. fn(FnType type, Core.IdPat idPat, Core.Exp exp)Core.RecordSelectorCoreBuilder. recordSelector(FnType fnType, int slot)Constructors in net.hydromatic.morel.ast with parameters of type FnType Constructor Description Fn(FnType type, Core.IdPat idPat, Core.Exp exp)RecordSelector(FnType fnType, int slot)Creates a record selector. -
Uses of FnType in net.hydromatic.morel.type
Methods in net.hydromatic.morel.type that return FnType Modifier and Type Method Description FnTypeFnType. copy(TypeSystem typeSystem, UnaryOperator<Type> transform)FnTypeTypeSystem. fnType(Type paramType, Type resultType)Creates a function type.FnTypeTypeSystem.ForallHelper. predicate(int i)Creates type`i → bool.FnTypeTypeShuttle. visit(FnType fnType)Methods in net.hydromatic.morel.type with parameters of type FnType Modifier and Type Method Description FnTypeTypeShuttle. visit(FnType fnType)RTypeVisitor. visit(FnType fnType)Visits aFnType.
-