planet-mitchell-0.0.0: Planet Mitchell
Optic.Prism.Empty
Contents
class AsEmpty a where #
Methods
_Empty :: Prism' a () #
>>> isn't _Empty [1,2,3] True
>>>
isn't _Empty [1,2,3]
Defined in Control.Lens.Empty
_Empty :: Prism' Ordering () #
_Empty :: Prism' () () #
_Empty :: Prism' ByteString () #
_Empty :: Prism' Text () #
_Empty :: Prism' Event () #
_Empty :: Prism' All () #
_Empty :: Prism' Any () #
_Empty :: Prism' IntSet () #
_Empty :: Prism' [a] () #
_Empty :: Prism' (Maybe a) () #
_Empty :: Prism' (First a) () #
_Empty :: Prism' (Last a) () #
_Empty :: Prism' (Dual a) () #
_Empty :: Prism' (Sum a) () #
_Empty :: Prism' (Product a) () #
_Empty :: Prism' (IntMap a) () #
_Empty :: Prism' (Seq a) () #
_Empty :: Prism' (Set a) () #
_Empty :: Prism' (Vector a) () #
_Empty :: Prism' (HashSet a) () #
_Empty :: Prism' (a, b) () #
_Empty :: Prism' (HashMap k a) () #
_Empty :: Prism' (Map k a) () #
_Empty :: Prism' (a, b, c) () #
pattern Empty :: forall s. AsEmpty s => s #