{-# LANGUAGE NoImplicitPrelude #-}

module Papa.Lens.Export( 
  module P
) where

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