10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-02 03:15:19 +02:00
QCaml/common/lib/range.mli

23 lines
417 B
OCaml

(* Type *)
(* [[file:../range.org::*Type][Type:1]] *)
type t
(* Type:1 ends here *)
(* Conversion *)
(* [[file:../range.org::*Conversion][Conversion:1]] *)
val of_string : string -> t
val to_string : t -> string
val to_int_list : t -> int list
(* Conversion:1 ends here *)
(* Printers *)
(* [[file:../range.org::*Printers][Printers:1]] *)
val pp : Format.formatter -> t -> unit
(* Printers:1 ends here *)