exception ParsingPattern of string val compile_regexp : Ast.regexp -> Ast.ppat -> Ast.ppat val typ : Ast.ppat -> Typed.ttyp val pat : Ast.ppat -> Typed.tpat module Fv : Set.S with type elt = string module Env : Map.S with type key = string val expr: Ast.pexpr -> Fv.t * Typed.texpr val compute_type: Types.descr Env.t -> Typed.texpr -> Types.descr