ppx_mysql.runtime
Stdlib.Option
ppx_mysql
type 'a t = 'a option =
| None
| Some of 'a
val map : ('a -> 'b) -> 'a t -> 'b t
val get : 'a t -> 'a