drame/src/route.mli

6 lines
91 B
OCaml
Raw Normal View History

2024-01-04 16:59:51 +01:00
type t = string array
val pp : Format.formatter -> t -> unit
val of_string : string -> t