summaryrefslogtreecommitdiff
path: root/src/syntax/xml.mli
blob: 98b8c59b55d1070ec61b2ad567e1d699abe62393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(* The package sedlex is released under the terms of an MIT-like license. *)
(* See the attached LICENSE file.                                         *)

(** Unicode classes from XML *)

open Sedlex_cset

val letter : t
val digit : t
val extender : t
val base_char : t
val ideographic : t
val combining_char : t
val blank : t