Module Catala_runtime.Optional

type 'a t =
  1. | Absent
  2. | Present of 'a
val rtype : 'a Value.ty -> 'a t Value.ty