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 c0e384c commit c3044cdCopy full SHA for c3044cd
halg-polynomials/src/Algebra/Ring/Polynomial/Labeled.hs
@@ -309,7 +309,7 @@ permute0 (SCons x xs) ys =
309
withKnownNat k (fromIntegral (toNatural n) S.:< permute0 xs ys)
310
SNothing -> error "oops, you called permute0 for non-subset..."
311
312
-permute :: forall (xs :: [k]) ys. (IsSubsetOf xs ys , SEq k)
+permute :: forall k (xs :: [k]) ys. (IsSubsetOf xs ys , SEq k)
313
=> SList xs -> SList ys -> Sized (Length xs) Integer
314
permute = _suppress (Proxy :: Proxy xs) (Proxy :: Proxy ys) permute0
315
0 commit comments