Uses of Class
net.hydromatic.morel.type.FnType
Packages that use FnType
Package
Description
Abstract syntax tree.
Type system.
-
Uses of FnType in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return FnTypeMethods in net.hydromatic.morel.ast with parameters of type FnTypeModifier and TypeMethodDescriptionCoreBuilder.fn(Pos pos, FnType type, List<Core.Match> matchList, NameGenerator nameGenerator) CoreBuilder.fn(FnType type, Core.IdPat idPat, Core.Exp exp) CoreBuilder.recordSelector(FnType fnType, int slot) Constructors in net.hydromatic.morel.ast with parameters of type FnTypeModifierConstructorDescription(package private)Fn(FnType type, Core.IdPat idPat, Core.Exp exp) (package private)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 FnTypeModifier and TypeMethodDescriptionFnType.copy(TypeSystem typeSystem, UnaryOperator<Type> transform) Creates a function type.TypeSystem.ForallHelper.predicate(int i) Creates type`i → bool.Methods in net.hydromatic.morel.type with parameters of type FnType