module Arith_syntax: sig .. end
sig
end
type id = string
string
type exp =
|
Int of int
int
Add of exp * exp
exp * exp
Mul of exp * exp
Let of id * exp * exp
id * exp * exp
Id of id
id