Fix since annotation

This commit is contained in:
Simon Jakobi 2020-09-13 17:46:25 +02:00 committed by Anton Latukha
parent 410c325b18
commit dfa0435e9e
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ instance Eq1 NKeyName where
liftEq _ (StaticKey a) (StaticKey b) = a == b
liftEq _ _ _ = False
-- | @since UNRELEASED
-- | @since 0.10.1
instance Ord1 NKeyName where
liftCompare cmp (DynamicKey a) (DynamicKey b) = liftCompare2 (liftCompare cmp) cmp a b
liftCompare _ (DynamicKey _) (StaticKey _) = LT