Improve documentation. Stop exported data constructor from Data.ByteArray.Builder
This commit is contained in:
parent
702b4d4bdb
commit
26421ff05b
2 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
module Data.ByteArray.Builder
|
||||
( -- * Bounded Primitives
|
||||
Builder(..)
|
||||
Builder
|
||||
, construct
|
||||
, fromBounded
|
||||
-- * Evaluation
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
{-# language TypeOperators #-}
|
||||
{-# language UnboxedTuples #-}
|
||||
|
||||
-- | The functions in this module are explict in the amount of bytes they require.
|
||||
-- | The functions in this module are explict about the maximum number
|
||||
-- of bytes they require.
|
||||
module Data.ByteArray.Builder.Bounded
|
||||
( -- * Builder
|
||||
Builder
|
||||
|
|
Loading…
Reference in a new issue