Class Ast.TyCon

java.lang.Object
net.hydromatic.morel.ast.AstNode
net.hydromatic.morel.ast.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.