Skip to content

Commit c3044cd

Browse files
committed
Workaround for 8.10
1 parent c0e384c commit c3044cd

File tree

1 file changed

+1
-1
lines changed
  • halg-polynomials/src/Algebra/Ring/Polynomial

1 file changed

+1
-1
lines changed

halg-polynomials/src/Algebra/Ring/Polynomial/Labeled.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ permute0 (SCons x xs) ys =
309309
withKnownNat k (fromIntegral (toNatural n) S.:< permute0 xs ys)
310310
SNothing -> error "oops, you called permute0 for non-subset..."
311311

312-
permute :: forall (xs :: [k]) ys. (IsSubsetOf xs ys , SEq k)
312+
permute :: forall k (xs :: [k]) ys. (IsSubsetOf xs ys , SEq k)
313313
=> SList xs -> SList ys -> Sized (Length xs) Integer
314314
permute = _suppress (Proxy :: Proxy xs) (Proxy :: Proxy ys) permute0
315315

0 commit comments

Comments
 (0)