module Eq_option: functor (E : Eq) -> Eq with type a = E.a option
functor (
E
:
Eq
) ->
with type a = E.a option
type a
val eq : a -> a -> bool
a -> a -> bool