Uses of Class
net.hydromatic.morel.ast.Core.Fn
Packages that use Core.Fn
Package
Description
Abstract syntax tree.
Validates programs
(represented as
AstNode),
deduces their type,
and compiles them into code that can be evaluated.-
Uses of Core.Fn in net.hydromatic.morel.ast
Methods in net.hydromatic.morel.ast that return Core.FnModifier and TypeMethodDescriptionCore.Fn.copy(Core.IdPat idPat, Core.Exp exp) CoreBuilder.fn(Pos pos, FnType type, List<Core.Match> matchList, NameGenerator nameGenerator) CoreBuilder.fn(FnType type, Core.IdPat idPat, Core.Exp exp) Methods in net.hydromatic.morel.ast with parameters of type Core.Fn -
Uses of Core.Fn in net.hydromatic.morel.compile
Methods in net.hydromatic.morel.compile that return Core.FnMethods in net.hydromatic.morel.compile with parameters of type Core.Fn