Skip to content
Snippets Groups Projects
Commit 065aef8d authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

add /Since/ annotation

(cherry picked from commit 090ca42d)
parent 4a33679b
No related branches found
No related tags found
No related merge requests found
......@@ -154,9 +154,13 @@ infixr 8 ^
type x <= y = (x <=? y) ~ True
-- | Comparison of type-level symbols, as a function.
--
-- /Since: 4.7.0.0/
type family CmpSymbol (m :: Symbol) (n :: Symbol) :: Ordering
-- | Comparison of type-level naturals, as a function.
--
-- /Since: 4.7.0.0/
type family CmpNat (m :: Nat) (n :: Nat) :: Ordering
{- | Comparison of type-level naturals, as a function.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment