| 35 |
val pat: t -> Ast.ppat -> Patterns.node |
val pat: t -> Ast.ppat -> Patterns.node |
| 36 |
|
|
| 37 |
val dump_types: Format.formatter -> t -> unit |
val dump_types: Format.formatter -> t -> unit |
| 38 |
val dump_type: Format.formatter -> t -> string -> unit |
val dump_type: Format.formatter -> t -> U.t -> unit |
| 39 |
val dump_schema_type: |
val dump_schema_type: |
| 40 |
Format.formatter -> (Schema_types.component_kind * string * string) -> unit |
Format.formatter -> (Schema_types.component_kind * U.t * U.t) -> unit |
| 41 |
|
|
| 42 |
val dump_ns: Format.formatter -> t -> unit |
val dump_ns: Format.formatter -> t -> unit |
| 43 |
val set_ns_table_for_printer: t -> unit |
val set_ns_table_for_printer: t -> unit |
| 60 |
|
|
| 61 |
(** {2 Schema stuff} *) |
(** {2 Schema stuff} *) |
| 62 |
|
|
| 63 |
val register_schema: string -> Schema_types.schema -> unit |
val register_schema: U.t -> Schema_types.schema -> unit |
| 64 |
|
val get_schema: U.t -> Schema_types.schema (** lookup schema by name *) |
| 65 |
(** lookup schema by name *) |
val get_schema_names: unit -> U.t list (** registered schema names *) |
|
val get_schema: string -> Schema_types.schema |
|
|
|
|
|
(** registered schema names *) |
|
|
val get_schema_names: unit -> string list |
|
| 66 |
|
|
| 67 |
(* Operators *) |
(* Operators *) |
| 68 |
|
|