Class 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.