Module Movie_schema.Maybe

type t = string option
val wrap : string -> string option
val unwrap : string option -> string