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