Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Abstract
Documentation
class HasAbstract a where Source
Minimal complete definition
Nothing
class IsAbstract a where Source
Methods
abstracted :: Iso' a (Abstract a) Source
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 Haskell | None |
---|---|
Language | Haskell2010 |
Data.Abstract
class HasAbstract a where Source
Minimal complete definition
Nothing
class IsAbstract a where Source
Methods
abstracted :: Iso' a (Abstract a) Source