packages feed

papa-lens-export-0.2.0: src/Papa/Lens/Export.hs

{-# LANGUAGE NoImplicitPrelude #-}

module Papa.Lens.Export( 
  module P
) where

import Control.Lens as P hiding ((.>), (<.), (<.>))