-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A uniform base to build apps on -- -- Goals: -- -- -- -- The packages included here deal with -- -- -- -- Please see the README on GitHub at -- https://github.com/andrewufrank/uniformBase/readme @package uniformBase @version 0.1.0 module UniformBase -- | Representable types of kind *. This class is derivable in GHC -- with the DeriveGeneric flag on. -- -- A Generic instance must satisfy the following laws: -- --
--   from . toid
--   to . fromid
--   
class Generic a