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 fb30e84 commit 849fd1eCopy full SHA for 849fd1e
src/Nix/Expr/Types.hs
@@ -73,9 +73,6 @@ type VarName = Text
73
hashAt :: VarName -> Lens' (AttrSet v) (Maybe v)
74
hashAt = flip alterF
75
76
--- unfortunate orphans
77
-instance Hashable1 NonEmpty
78
-
79
-- | The main Nix expression type. As it is polimophic, has a functor,
80
-- which allows to traverse expressions and map functions over them.
81
-- The actual 'NExpr' type is a fixed point of this functor, defined
@@ -163,8 +160,6 @@ data NExprF r
163
160
deriving (Ord, Eq, Generic, Generic1, Typeable, Data, Functor,
164
161
Foldable, Traversable, Show, NFData, Hashable)
165
162
166
-instance Hashable1 NExprF
167
168
instance NFData1 NExprF
169
170
#ifdef MIN_VERSION_serialise
@@ -207,8 +202,6 @@ data Binding r
207
202
deriving (Generic, Generic1, Typeable, Data, Ord, Eq, Functor,
208
203
209
204
210
-instance Hashable1 Binding
211
212
205
instance NFData1 Binding
213
206
214
0 commit comments