| Copyright | (C) 2012-16 Edward Kmett | 
|---|---|
| License | BSD-style (see the file LICENSE) | 
| Maintainer | Edward Kmett <[email protected]> | 
| Stability | provisional | 
| Portability | non-portable | 
| Safe Haskell | Trustworthy | 
| Language | Haskell2010 | 
Control.Lens.Empty
Description
Documentation
class AsEmpty a where Source #
Minimal complete definition
Nothing
Methods
_Empty :: Prism' a () Source #
>>>isn't _Empty [1,2,3]True
_Empty :: (Monoid a, Eq a) => Prism' a () Source #
>>>isn't _Empty [1,2,3]True