packages feed

himari-1.0.2.0: src/Himari/Prelude/Generics.hs

-- | "GHC.Generics" re-exports, hiding symbols that conflict with "Control.Lens".
module Himari.Prelude.Generics
  ( module Export
  ) where

import GHC.Generics as Export hiding (Fixity, Infix, Prefix, from, to)