Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit a644674

Browse files
committed
Fix -Wredundant-constraints warning
1 parent 8959d4d commit a644674

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Rendering/TOC/Spec.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,15 +225,13 @@ blankDiff = merge (Nothing, Nothing) (inject [ inserting (termIn Nothing (inject
225225

226226
-- Diff helpers
227227
diffWithParser :: ( Eq1 syntax
228-
, Show1 syntax
229228
, Traversable syntax
230229
, Diffable syntax
231230
, HasDeclaration syntax
232231
, Hashable1 syntax
233232
, Member Distribute sig
234233
, Member Task sig
235234
, Carrier sig m
236-
, Monad m
237235
)
238236
=> Parser (Term syntax Location)
239237
-> BlobPair

0 commit comments

Comments
 (0)