drame/src/route.mli
2026-03-08 16:04:24 +01:00

5 lines
91 B
OCaml

type t = string array
val pp : Format.formatter -> t -> unit
val of_string : string -> t