We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a8621 commit b974e62Copy full SHA for b974e62
1 file changed
src/Data/Array/Accelerate/AST/Idx.hs
@@ -32,7 +32,6 @@ module Data.Array.Accelerate.AST.Idx (
32
) where
33
34
import Language.Haskell.TH.Extra
35
-import Data.Array.Accelerate.Type
36
37
#ifndef ACCELERATE_INTERNAL_CHECKS
38
import Data.Type.Equality ((:~:)(Refl))
@@ -112,3 +111,4 @@ pattern VoidIdx a <- (\case{} -> a)
112
111
data PairIdx p a where
113
PairIdxLeft :: PairIdx (a, b) a
114
PairIdxRight :: PairIdx (a, b) b
+
0 commit comments