diff --git a/src/Fcf/Data/Nat.hs b/src/Fcf/Data/Nat.hs index c549e01..1d11b40 100644 --- a/src/Fcf/Data/Nat.hs +++ b/src/Fcf/Data/Nat.hs @@ -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 (<)