Skip to content

Commit

Permalink
Tweaks here and there
Browse files Browse the repository at this point in the history
  • Loading branch information
treeowl committed Aug 6, 2019
1 parent 546fec3 commit 76e443a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/Data/Lazify/Generic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
-- functions in this module expect the underlying type of a @newtype@
-- to be 'GHC.Generics.Generic' as well.
module Data.Lazify.Generic (
LazifiableG
, lazifyGeneric
lazifyGeneric
, ($~)
) where
import Data.Lazify.Generic.Internal
2 changes: 2 additions & 0 deletions src/Data/Lazify/Generic/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
{-# language TypeOperators #-}
{-# language UndecidableInstances #-}

{-# OPTIONS_HADDOCK not-home #-}

-- | Record types in Haskell can be made lazy through lazy pattern
-- matching. This module offers functions for making them lazy
-- /generically/.
Expand Down

0 comments on commit 76e443a

Please sign in to comment.