Module Typeinf_syntax

module Typeinf_syntax: sig .. end
The two syntaxes of the Typeinf language

type id = Identifier.t 
type arithOp = 
| Plus
| Minus
| Times
type intCmp = 
| LT
| GT
| EQ
module Implicit: sig .. end
module Explicit: sig .. end