Compiler.Codegen
exception CodegenError of string
module Funcs : sig ... end
module Env : sig ... end
type identifierKind =
| Func
| Arg
val codegen : Ast.ast -> (Env.key * Types.ty) list -> string