Class Ast.TyCon

  • Enclosing class:
    Ast

    public static class Ast.TyCon
    extends AstNode
    Type constructor.

    For example, in the datatype declaration datatype 'a option = NIL | SOME of 'a, "NIL" and "SOME of 'a" are both type constructors.