Module Util.Option

val is_some : 'a option -> bool
val value : default:'a -> 'a option -> 'a