Home
last modified time | relevance | path

Searched refs:listFindBy (Results 1 – 12 of 12) sorted by relevance

/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/brick-0.55/tests/
H A DList.hs94 moveOp (FindElement a) = listFindBy (== a)
178 seeks = converging ((==) `on` (^. listSelectedL)) (listFindBy (== a)) l''
190 l'' = listFindBy (== a) l'
390 l' = listFindBy even l
391 l'' = listFindBy even l'
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/brick-0.62/tests/
H A DList.hs94 moveOp (FindElement a) = listFindBy (== a)
178 seeks = converging ((==) `on` (^. listSelectedL)) (listFindBy (== a)) l''
380 l' = listFindBy even l
381 l'' = listFindBy even l'
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/brick-0.62/tests/
H A DList.hs94 moveOp (FindElement a) = listFindBy (== a)
178 seeks = converging ((==) `on` (^. listSelectedL)) (listFindBy (== a)) l''
380 l' = listFindBy even l
381 l'' = listFindBy even l'
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/brick-0.62/tests/
H A DList.hs94 moveOp (FindElement a) = listFindBy (== a)
178 seeks = converging ((==) `on` (^. listSelectedL)) (listFindBy (== a)) l''
380 l' = listFindBy even l
381 l'' = listFindBy even l'
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/brick-0.62/src/Brick/Widgets/
H A DList.hs52 , listFindBy
590 listMoveToElement e = listFindBy (== e) . set listSelectedL Nothing
599 listFindBy :: (Foldable t, Splittable t)
603 listFindBy test l = function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/brick-0.62/src/Brick/Widgets/
H A DList.hs52 , listFindBy
590 listMoveToElement e = listFindBy (== e) . set listSelectedL Nothing
599 listFindBy :: (Foldable t, Splittable t)
603 listFindBy test l = function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/brick-0.62/src/Brick/Widgets/
H A DList.hs52 , listFindBy
590 listMoveToElement e = listFindBy (== e) . set listSelectedL Nothing
599 listFindBy :: (Foldable t, Splittable t)
603 listFindBy test l = function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/brick-0.55/src/Brick/Widgets/
H A DList.hs52 , listFindBy
572 listMoveToElement e = listFindBy (== e) . set listSelectedL Nothing
580 listFindBy :: (Foldable t, Splittable t)
584 listFindBy test l = function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/brick-0.62/
H A DCHANGELOG.md85 * The `List` module's `listFindBy` function now attempts to find a
302 * List got a new `listFindBy` function (thanks Fraser Tweedale). This
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/brick-0.62/
H A DCHANGELOG.md85 * The `List` module's `listFindBy` function now attempts to find a
302 * List got a new `listFindBy` function (thanks Fraser Tweedale). This
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/brick-0.62/
H A DCHANGELOG.md85 * The `List` module's `listFindBy` function now attempts to find a
302 * List got a new `listFindBy` function (thanks Fraser Tweedale). This
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/brick-0.55/
H A DCHANGELOG.md174 * List got a new `listFindBy` function (thanks Fraser Tweedale). This