-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Tutorial for the lens library -- @package lens-tutorial @version 1.0.0 -- | This lens tutorial targets Haskell beginners and assumes only -- basic familiarity with Haskell. By the end of this tutorial you -- should: -- -- -- -- If you would like to follow along with these examples, just import -- this module: -- --
--   $ ghci
--   >>> import Control.Lens.Tutorial
--   
module Control.Lens.Tutorial instance Show Point instance Show Atom instance Show Molecule instance Functor Pair instance Foldable Pair instance Traversable Pair