Add note about Nat comparison

This commit is contained in:
Lysxia 2020-03-01 13:44:19 -05:00
parent 97b5ab832d
commit 7419cd47e3

View File

@ -27,6 +27,9 @@ module Fcf.Data.Nat
, type (-)
, type (Fcf.Data.Nat.*)
, type (^)
-- * Comparisons
-- | Note that these conflict with "Fcf.Class.Ord".
, type (<=)
, type (>=)
, type (<)