Skip to content

Commit

Permalink
Expose ShortByteString construstor (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim authored Oct 30, 2020
1 parent 0055867 commit ae34796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/ByteString/Short.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module Data.ByteString.Short (

-- * The @ShortByteString@ type

ShortByteString,
ShortByteString(..),

-- ** Memory overhead
-- | With GHC, the memory overheads are as follows, expressed in words and
Expand Down

0 comments on commit ae34796

Please sign in to comment.