package um-abt
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module type Abt.OperatorSource
The interface for a module that defines the operators of a language
The type of the operator, usually represented as a sum type.
Each operator should be have the form
Foo of 'a * 'a * ... * 'aWhere the free variables 'a are arguments to the operator Foo.