papa-0.4.0: src/Papa/Lens.hs
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -Wall #-}
module Papa.Lens (
module P,
(!!),
fst,
snd,
) where
import Control.Lens as P hiding ((.>), (<.), (<.>))
import Control.Lens.Extras as P
import Papa.Lens.Data.List
import Papa.Lens.Data.Tuple