Skip to content

Commit 321db12

Browse files
committed
Remove some unneeded constraints
1 parent 50d6391 commit 321db12

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Miso/Fetch.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,7 @@ fetchNoContent proxy_ options error_ success_ =
242242
success_
243243
-----------------------------------------------------------------------------
244244
instance
245-
( contentTypes ~ (ct ': otherContentTypes),
246-
as ~ (a ': as'),
247-
AllMime contentTypes,
245+
( AllMime contentTypes,
248246
ReflectMethod method,
249247
All (AllMimeUnrender contentTypes) as
250248
) =>

0 commit comments

Comments
 (0)