change type' to type t
This commit is contained in:
parent
82d74ad985
commit
5868601fa1
2 changed files with 4 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
type type' = Jv.t
|
type t = Jv.t
|
||||||
|
|
||||||
module Event = struct
|
module Event = struct
|
||||||
(*type for simple Event *)
|
(*type for simple Event *)
|
||||||
type t = type'
|
type nonrec t = t
|
||||||
end
|
end
|
||||||
|
|
||||||
module Mouse = struct
|
module Mouse = struct
|
||||||
type t = type'
|
type nonrec t = t
|
||||||
|
|
||||||
let latlng e = Latlng.of_jv_t @@ Jv.get e "latlng"
|
let latlng e = Latlng.of_jv_t @@ Jv.get e "latlng"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
type type'
|
type t
|
||||||
|
|
||||||
module Event : sig
|
module Event : sig
|
||||||
type t
|
type t
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue