Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Capabilities : sig ... end
module Lexer : sig ... end
module type Printer = sig ... end
val stack_to_esc : string Stack.t -> string
val make_printer : bool -> (module Printer)
include module type of struct include Noexn end
val prepare_ppf : Format.formatter -> unit -> unit
module Simple = Noexn.Simple