5 lines
91 B
OCaml
5 lines
91 B
OCaml
type t = string array
|
|
|
|
val pp : Format.formatter -> t -> unit
|
|
|
|
val of_string : string -> t
|