package ocaml-webworker

  1. Overview
  2. Docs
val parse_expr : string -> Parsetree.expression
val with_cmis : (unit -> 'a) -> 'a
val lookup_modtype : Longident.t -> Env.t -> Path.t * Types.module_type option
val lookup_module_or_modtype : Longident.t -> Env.t -> Path.t * Types.module_type option
val verbosity : int Pervasives.ref
module Printtyp : sig ... end
val mod_smallerthan : int -> Types.module_type -> int option
val print_type_with_decl : verbosity:int -> Env.t -> Std.Format.formatter -> Types.type_expr -> unit
val print_exn : Std.Format.formatter -> exn -> unit
val type_in_env : ?verbosity:int -> ?keywords:'a -> Env.t -> Std.Format.formatter -> string -> bool
val read_doc_attributes : (string Location.loc * Parsetree.payload) list -> (string * Location.t) option