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 323c312 commit b5ef442Copy full SHA for b5ef442
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
@@ -213,8 +208,6 @@ data Binding r
213
208
deriving (Generic, Generic1, Typeable, Data, Ord, Eq, Functor,
214
209
215
210
216
-instance Hashable1 Binding
217
218
211
instance NFData1 Binding
219
212
220
0 commit comments