Flambda2_term_basics.Continuation_use_kind
type t =
| Inlinable
| Non_inlinable of {
escaping : bool;
}