cornea-0.3.0.0: classy optical monadic state

Safe HaskellNone
LanguageHaskell2010

Data.DeepLenses

Documentation

class DeepLenses s s' where Source #

Methods

deepLens :: Lens' s s' Source #

data Field Source #

Constructors

Field 

Fields

Instances
Show Field Source # 
Instance details

Defined in Data.DeepLenses

Methods

showsPrec :: Int -> Field -> ShowS #

show :: Field -> String #

showList :: [Field] -> ShowS #

data DT Source #

Constructors

DT 

Fields

Instances
Show DT Source # 
Instance details

Defined in Data.DeepLenses

Methods

showsPrec :: Int -> DT -> ShowS #

show :: DT -> String #

showList :: [DT] -> ShowS #