Module Datatype.Poly_option

module Poly_option: Polymorphic  with type 'a poly = 'a option

include Type.Polymorphic
module Make: 
functor (T : Datatype.S) -> Datatype.S with type t = T.t poly
Create a datatype for a monomorphic instance of the polymorphic type.