-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | DerivingVia Typeable counterpart to Generically
--
-- Please see README.md.
@package typeably
@version 0.1.0
module Data.Typeable.Typeably
-- | Wrapper for using with DerivingVia for instances which may be
-- defined using the data type's Typeable instance.
--
-- The Typeable version of Generically.
newtype Typeably a
Typeably :: a -> Typeably a