We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410c325 commit dfa0435Copy full SHA for dfa0435
src/Nix/Expr/Types.hs
@@ -387,7 +387,7 @@ instance Eq1 NKeyName where
387
liftEq _ (StaticKey a) (StaticKey b) = a == b
388
liftEq _ _ _ = False
389
390
--- | @since UNRELEASED
+-- | @since 0.10.1
391
instance Ord1 NKeyName where
392
liftCompare cmp (DynamicKey a) (DynamicKey b) = liftCompare2 (liftCompare cmp) cmp a b
393
liftCompare _ (DynamicKey _) (StaticKey _) = LT
0 commit comments