Skip to content

Commit b974e62

Browse files
committed
revert unchanged file
1 parent 52a8621 commit b974e62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Data/Array/Accelerate/AST

src/Data/Array/Accelerate/AST/Idx.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module Data.Array.Accelerate.AST.Idx (
3232
) where
3333

3434
import Language.Haskell.TH.Extra
35-
import Data.Array.Accelerate.Type
3635

3736
#ifndef ACCELERATE_INTERNAL_CHECKS
3837
import Data.Type.Equality ((:~:)(Refl))
@@ -112,3 +111,4 @@ pattern VoidIdx a <- (\case{} -> a)
112111
data PairIdx p a where
113112
PairIdxLeft :: PairIdx (a, b) a
114113
PairIdxRight :: PairIdx (a, b) b
114+

0 commit comments

Comments
 (0)