Skip to content

Commit

Permalink
doc: Uncollapse examples while Hackage is on Haddock 2.22 (haskell/ha…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysxia committed Mar 28, 2020
1 parent ec7bca2 commit c148dcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Generic/Data/Internal/Microsurgery.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import Generic.Data.Internal.Generically (Generically(..), GenericProduct(..))
--
-- For the 'Data.Monoid.Monoid' class, see 'ProductSurgery'.
--
-- === __Example__
-- === Example
--
-- @
-- {-\# LANGUAGE DerivingVia \#-}
Expand Down Expand Up @@ -280,7 +280,7 @@ onData = id
--
-- This is a defunctionalized symbol, applied using 'GSurgery' or 'Surgery'.
--
-- === __Example__
-- === Example
--
-- Derive 'Data.Semigroup.Semigroup' and 'Data.Monoid.Monoid' for
-- products of 'Prelude.Num' types:
Expand Down Expand Up @@ -319,7 +319,7 @@ type DOnFields (f :: * -> *) (a :: *) = Data (GSurgery (OnFields f) (Rep a)) ()

-- | Change the generic representation to that of another type @a@.
--
-- === __Example__
-- === Example
--
-- @
-- {-\# LANGUAGE DeriveGeneric, DerivingVia \#-}
Expand Down

0 comments on commit c148dcd

Please sign in to comment.