Closed mlms13 closed 4 years ago
This adds the ORD_F functor to Option, allowing options to be compared if the inner type is a member of ORD. I also added non-functor specializations in OptionF wherever Eq existed (e.g. OptionF.Int.Ord).
ORD_F
Option
ORD
OptionF
Eq
OptionF.Int.Ord
This adds the
ORD_F
functor toOption
, allowing options to be compared if the inner type is a member ofORD
. I also added non-functor specializations inOptionF
whereverEq
existed (e.g.OptionF.Int.Ord
).