Module Incr_dom_widgets__Util.Scroll_result

type t = [
| `Scrolled
| `Didn't_scroll
]
val combine : t ‑> t ‑> t
val scrolled : t ‑> bool