soteria
Symex.Or_gave_up
ppx_symex
type 'err t =
| E of 'err
| Gave_up of string
val pp : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a t -> unit
val unwrap_exn : 'a t -> 'a