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 5f4cef9 commit ff39addCopy full SHA for ff39add
src/Nix/Expr/Types.hs
@@ -77,12 +77,6 @@ hashAt = flip alterF
77
-- unfortunate orphans
78
instance Hashable1 NonEmpty
79
80
-#if !MIN_VERSION_binary(0, 8, 4)
81
-instance Binary a => Binary (NE.NonEmpty a) where
82
- get = fmap NE.fromList Bin.get
83
- put = Bin.put . NE.toList
84
-#endif
85
-
86
-- | The main nix expression type. This is polymorphic so that it can be made
87
-- a functor, which allows us to traverse expressions and map functions over
88
-- them. The actual 'NExpr' type is a fixed point of this functor, defined
0 commit comments