Module Graphv_core_lib.Utils

type 'a return = {
return : b. 'a -> 'b;
}
val with_return : ('a return -> 'a) -> 'a
val some_exn : 'a option -> 'a