ttask-0.0.1.0: This is task management tool for yourself, that inspired by scrum.

Safe HaskellNone
LanguageHaskell2010

Data.TTask.Types.Lens

Documentation

type LensPrism s t a b = forall f. (Functor f, Applicative f) => Optic (->) f s t a b Source #

type LensPrism' s a = LensPrism s s a a Source #

finding :: (a -> Bool) -> Lens' [a] (Maybe a) Source #