| 44 |
val pat: t -> Ast.ppat -> Patterns.node |
val pat: t -> Ast.ppat -> Patterns.node |
| 45 |
|
|
| 46 |
val dump_types: Format.formatter -> t -> unit |
val dump_types: Format.formatter -> t -> unit |
|
val dump_type: Format.formatter -> t -> U.t -> unit |
|
|
val dump_schema_type: |
|
|
Format.formatter -> t -> (Schema_types.component_kind * U.t * U.t) -> unit |
|
|
|
|
| 47 |
val dump_ns: Format.formatter -> t -> unit |
val dump_ns: Format.formatter -> t -> unit |
| 48 |
val set_ns_table_for_printer: t -> unit |
val set_ns_table_for_printer: t -> unit |
| 49 |
|
|
| 65 |
(** {2 Schema stuff} *) |
(** {2 Schema stuff} *) |
| 66 |
|
|
| 67 |
val get_schema: string -> Schema_types.schema (** lookup schema by uri *) |
val get_schema: string -> Schema_types.schema (** lookup schema by uri *) |
|
|
|
| 68 |
val get_schema_names: t -> U.t list (** registered schema names *) |
val get_schema_names: t -> U.t list (** registered schema names *) |
| 69 |
|
|
| 70 |
(* Operators *) |
(* Operators *) |