abstract type

This commit is contained in:
Swrup 2024-04-16 03:03:41 +02:00
parent ff30021434
commit e722970547

View file

@ -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 =