Skip to content

Commit

Permalink
Make the low-level byte arrays visible to performance-sensitive code
Browse files Browse the repository at this point in the history
  • Loading branch information
bos committed Feb 1, 2011
1 parent 2923c4d commit dade7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data/Text/Array.hs
Expand Up @@ -26,8 +26,8 @@
module Data.Text.Array
(
-- * Types
Array
, MArray
Array(aBA)
, MArray(maBA)

-- * Functions
, copyM
Expand Down

0 comments on commit dade7b7

Please sign in to comment.