This commit is contained in:
Swrup 2022-06-20 07:57:38 +02:00
parent e33ad46092
commit 69024b75da
5 changed files with 75 additions and 1 deletions

View file

@ -7,3 +7,6 @@ type t =
(** [of_jv jv] is [jv] as {!t} *)
val of_jv : Jv.t -> t
(** [to_jv o] is [o] as {!Jv.t} *)
val to_jv : t -> Jv.t