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
|
||||
}
|
||||
|
||||
(* TODO can I hide this type completly? *)
|
||||
type widget
|
||||
|
||||
type _ t =
|
||||
| Text : widget -> string t
|
||||
| Slider : widget -> float t
|
||||
| Color : widget -> string t
|
||||
type _ t
|
||||
|
||||
(** type for the step parameter of [mk_slider] Any is for continuous slider *)
|
||||
type step_kind =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue