package atdgen

  1. Overview
  2. Docs

Module Ag_ox_emitSource

Sourcetype 'a grouped_defs = (bool * 'a def list) list
Sourceval get_full_type_name : (_, _) Ag_mapping.def -> string
Sourceval is_exportable : (_, _) Ag_mapping.def -> bool
Sourceval opt_annot : string option -> string -> string
Sourceval opt_annot_def : string option -> string -> string
Sourceval insert_annot : string option -> string
Sourceval get_type_constraint : original_types:(string, string * int) Hashtbl.t -> ('a, 'b) Ag_mapping.def -> string
Sourceval is_function : Ag_indent.t list -> bool
Sourceval needs_type_annot : _ expr -> bool
Sourceval check : _ grouped_defs -> unit
Sourceval write_ocaml : [< `Files of string | `Stdout ] -> string -> string -> unit