Skip to content

Commit 81b0e26

Browse files
andrewthadRyanGlScott
authored andcommitted
eliminate needless reexport of sizeOf and alignment from Data.Primitive (#135)
1 parent d8aeb40 commit 81b0e26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Data/Primitive.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ module Data.Primitive (
1818
module Data.Primitive.Addr,
1919
module Data.Primitive.SmallArray,
2020
module Data.Primitive.UnliftedArray,
21-
module Data.Primitive.PrimArray,
22-
23-
sizeOf, alignment
21+
module Data.Primitive.PrimArray
2422
-- * Naming Conventions
2523
-- $namingConventions
2624
) where

0 commit comments

Comments
 (0)