abstract type
This commit is contained in:
parent
ff30021434
commit
e722970547
1 changed files with 1 additions and 7 deletions
|
|
@ -8,13 +8,7 @@ type datalist =
|
||||||
; datalist_el : El.t
|
; datalist_el : El.t
|
||||||
}
|
}
|
||||||
|
|
||||||
(* TODO can I hide this type completly? *)
|
type _ t
|
||||||
type widget
|
|
||||||
|
|
||||||
type _ t =
|
|
||||||
| Text : widget -> string t
|
|
||||||
| Slider : widget -> float t
|
|
||||||
| Color : widget -> string t
|
|
||||||
|
|
||||||
(** type for the step parameter of [mk_slider] Any is for continuous slider *)
|
(** type for the step parameter of [mk_slider] Any is for continuous slider *)
|
||||||
type step_kind =
|
type step_kind =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue