use gadts for layer, clean code

This commit is contained in:
pena 2022-04-09 22:21:22 +02:00
parent 2a760bc98d
commit dbfbaeda60
17 changed files with 152 additions and 163 deletions

View file

@ -8,6 +8,6 @@ val lng : t -> float
val equals : t -> t -> bool
val of_jv_t : Jv.t -> t
val of_jv : Jv.t -> t
val to_jv_t : t -> Jv.t
val to_jv : t -> Jv.t