Class Ast.DatatypeBind

java.lang.Object
net.hydromatic.morel.ast.AstNode
net.hydromatic.morel.ast.Ast.DatatypeBind
Enclosing class:
Ast

public static class Ast.DatatypeBind extends AstNode
Parse tree node of a datatype binding.

Example: the datatype declaration datatype 'a x = X1 of 'a | X2 and y = Y consists of type bindings 'a x = X1 of 'a | X2 and y = Y.