data-layer-1.0.4: Data layering utilities. Layer is a data-type which wrapps other one, but keeping additional information. If you want to access content of simple newtype object, use Lens.Wrapper instead.

Safe HaskellNone
LanguageHaskell2010

Data.Abstract

Documentation

type family Abstract a Source

class HasAbstract a where Source

Minimal complete definition

Nothing

Methods

abstract :: Lens' a (Abstract a) Source

class IsAbstract a where Source

Methods

abstracted :: Iso' a (Abstract a) Source