uhc-util-0.1.7.0: src/UHC/Util/Lens.hs
{-| Minimal redefine + re-export of a lens package, fclabels currently.
in addition providing some of the instances for datatypes defined in the remainder of the uhc-util package.
-}
{-# LANGUAGE TypeOperators, NoMonomorphismRestriction #-}
module UHC.Util.Lens
( module CHR.Data.Lens.FCLabels
)
where
import CHR.Data.Lens.FCLabels