Skip to content

Commit

Permalink
Add implementation of unboxing newtypes for Storable data
Browse files Browse the repository at this point in the history
  • Loading branch information
ruifengx committed Jan 16, 2025
1 parent 5d4dae5 commit 8403b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vector/src/Data/Vector/Unboxed.hs
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ module Data.Vector.Unboxed (
UnboxViaPrim(..),
As(..),
IsoUnbox(..),
UnboxViaStorable(..),

-- *** /Lazy/ boxing
DoNotUnboxLazy(..),
Expand Down

0 comments on commit 8403b45

Please sign in to comment.