riak-protobuf-lens-0.23.0.0: Lenses for riak-protobuf

Safe HaskellNone
LanguageHaskell2010

Network.Riak.Protocol.Lens

Documentation

type Lens' s a = forall f. Functor f => (a -> f a) -> s -> f s Source #