add icon
This commit is contained in:
parent
e33ad46092
commit
69024b75da
5 changed files with 75 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue