Up

Module Timeout

Signature

type 'a t =
| Never : unit t
| Immediately : unit t
val variant_of : 'a . 'a t -> 'a -> [
| `Immediately
| `Never
]