-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Generically newtype to use with DerivingVia
--   
--   This is a compatibility package as <tt>Generically</tt> and
--   <tt>Generically1</tt> newtypes are available since <tt>base-4.17</tt>
--   in <a>GHC.Generics</a>.
@package generically
@version 0.1.1


-- | This module exports <a>Generically</a> and <a>Generically</a> newtypes
--   meant to be used with <a>GHC.Generics</a> and <tt>DerivingVia</tt>.
--   
--   These types are re-exported from <a>GHC.Generics</a> on
--   <tt>base-4.17</tt> and later, and defined here for older <tt>base</tt>
--   versions.
module GHC.Generics.Generically
newtype () => Generically a
Generically :: a -> Generically a
newtype () => Generically1 (f :: k -> Type) (a :: k)
[Generically1] :: forall {k} (f :: k -> Type) (a :: k). f a -> Generically1 f a
