use gadts for layer, clean code
This commit is contained in:
parent
2a760bc98d
commit
dbfbaeda60
17 changed files with 152 additions and 163 deletions
|
|
@ -1,23 +0,0 @@
|
|||
type t
|
||||
|
||||
val create : Latlng.t -> t
|
||||
|
||||
val add_to : Map.t -> t -> unit
|
||||
|
||||
val remove : t -> unit
|
||||
|
||||
val remove_from : Map.t -> t -> unit
|
||||
|
||||
val bind_popup : Brr.El.t -> t -> unit
|
||||
|
||||
val unbind_popup : t -> unit
|
||||
|
||||
val open_popup : t -> unit
|
||||
|
||||
val close_popup : t -> unit
|
||||
|
||||
val get_popup : t -> Popup.t
|
||||
|
||||
val of_jv_t : Jv.t -> t
|
||||
|
||||
val to_jv_t : t -> Jv.t
|
||||
Loading…
Add table
Add a link
Reference in a new issue