-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Derive instances for the `deepseq` library for your existential types.
--
@package exinst-deepseq
@version 0.1
-- | This module exports NFData instances for Some1,
-- Some2, Some3 and Some4 from
-- Exinst.Singletons, provided situable Dict1,
-- Dict2, Dict3 and Dict4 instances are available.
--
-- See the README file in the exinst package for more general
-- documentation:
-- https://hackage.haskell.org/package/exinst#readme
module Exinst.Instances.DeepSeq
instance Dict4 NFData f4 => NFData (Some4 f4)
instance Dict3 NFData f3 => NFData (Some3 f3)
instance Dict2 NFData f2 => NFData (Some2 f2)
instance Dict1 NFData f1 => NFData (Some1 f1)