Skip to content

Commit 5cb3e66

Browse files
Add set -XDeriveGeneric in Unbox doctests
1 parent f3d98de commit 5cb3e66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/Streamly/Internal/Data/Unbox.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ import qualified Streamly.Internal.Data.MutByteArray.Type as MutByteArray
196196
-- Here is an example, for deriving an instance of this type class using
197197
-- generics:
198198
--
199+
-- >>> :set -XDeriveGeneric
199200
-- >>> import GHC.Generics (Generic)
200201
-- >>> :{
201202
-- data Object = Object

0 commit comments

Comments
 (0)