miso
Copyright(C) 2016-2025 David M. Johnson
LicenseBSD3-style (see the file LICENSE)
MaintainerDavid M. Johnson <code@dmj.io>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Miso.Lens.TH

Description

 
Synopsis

Documentation

compose :: Category cat => cat b c -> cat a b -> cat a c Source #

this :: Lens a a Source #

Lens that operates on itself

update AddOne = do
  this += 1