/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Collection/ |
H A D | Sequential.hs | 53 revTake :: CountOf (Element c) -> c -> c 54 revTake n = fst . revSplitAt n function 70 revSplitAt n c = (revTake n c, revDrop n c) 185 | otherwise = c1 == revTake len1 c2 218 revTake (CountOf n) = ListExtra.revTake n function 264 revTake = UV.revTake function 292 revTake = BA.revTake function 317 revTake = S.revTake function
|
H A D | List.hs | 10 , revTake 34 revTake :: Int -> [a] -> [a] 35 revTake n l = Data.List.drop (len - n) l function
|
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/List/ |
H A D | DList.hs | 70 revTake n = fromList . revTake n . toList function
|
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/tests/Test/Checks/Property/ |
H A D | Collection.hs | 223 …roperty "revTake" $ withElements2 $ \(l, n) -> toList (revTake n $ fromListP proxy l) === (revTake… 270 revSplitAt n col === (revTake n col, revDrop n col) 273 … let c1 = fromListP proxy l1 in isSuffixOf (revTake n c1) c1 === isSuffixOf (revTake n l1) l1
|
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Array/Chunked/ |
H A D | Unboxed.hs | 78 revTake = revTake function 238 revTake :: PrimType ty => CountOf ty -> ChunkedUArray ty -> ChunkedUArray ty 239 revTake n c = case length c - n of function
|
/dports/devel/stack/stack-2.7.3/_cabal_deps/basement-0.0.12/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 477 revTake :: CountOf ty -> Array ty -> Array ty 478 revTake n v = drop (countFromStart v n) v function 731 | otherwise = suffix == revTake pLen arr
|
H A D | UArray.hs | 71 , revTake 454 revTake :: CountOf ty -> UArray ty -> UArray ty 455 revTake n v = drop (countFromStart v n) v function 937 | otherwise = suffix == revTake pLen arr
|
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/basement-0.0.11/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 476 revTake :: CountOf ty -> Array ty -> Array ty 477 revTake n v = drop (countFromStart v n) v function 730 | otherwise = suffix == revTake pLen arr
|
H A D | UArray.hs | 71 , revTake 454 revTake :: CountOf ty -> UArray ty -> UArray ty 455 revTake n v = drop (countFromStart v n) v function 937 | otherwise = suffix == revTake pLen arr
|
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/basement-0.0.11/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 476 revTake :: CountOf ty -> Array ty -> Array ty 477 revTake n v = drop (countFromStart v n) v function 730 | otherwise = suffix == revTake pLen arr
|
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/basement-0.0.12/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 477 revTake :: CountOf ty -> Array ty -> Array ty 478 revTake n v = drop (countFromStart v n) v function 731 | otherwise = suffix == revTake pLen arr
|
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/basement-0.0.11/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 476 revTake :: CountOf ty -> Array ty -> Array ty 477 revTake n v = drop (countFromStart v n) v function 730 | otherwise = suffix == revTake pLen arr
|
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/basement-0.0.11/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 476 revTake :: CountOf ty -> Array ty -> Array ty 477 revTake n v = drop (countFromStart v n) v function 730 | otherwise = suffix == revTake pLen arr
|
/dports/lang/elm/compiler-0.19.1/_cabal_deps/basement-0.0.11/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 476 revTake :: CountOf ty -> Array ty -> Array ty 477 revTake n v = drop (countFromStart v n) v function 730 | otherwise = suffix == revTake pLen arr
|
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/basement-0.0.12/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 477 revTake :: CountOf ty -> Array ty -> Array ty 478 revTake n v = drop (countFromStart v n) v function 731 | otherwise = suffix == revTake pLen arr
|
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/basement-0.0.11/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 476 revTake :: CountOf ty -> Array ty -> Array ty 477 revTake n v = drop (countFromStart v n) v function 730 | otherwise = suffix == revTake pLen arr
|
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/basement-0.0.11/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 476 revTake :: CountOf ty -> Array ty -> Array ty 477 revTake n v = drop (countFromStart v n) v function 730 | otherwise = suffix == revTake pLen arr
|
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/basement-0.0.11/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 476 revTake :: CountOf ty -> Array ty -> Array ty 477 revTake n v = drop (countFromStart v n) v function 730 | otherwise = suffix == revTake pLen arr
|
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/basement-0.0.12/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 477 revTake :: CountOf ty -> Array ty -> Array ty 478 revTake n v = drop (countFromStart v n) v function 731 | otherwise = suffix == revTake pLen arr
|
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/basement-0.0.12/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 477 revTake :: CountOf ty -> Array ty -> Array ty 478 revTake n v = drop (countFromStart v n) v function 731 | otherwise = suffix == revTake pLen arr
|
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/basement-0.0.11/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 476 revTake :: CountOf ty -> Array ty -> Array ty 477 revTake n v = drop (countFromStart v n) v function 730 | otherwise = suffix == revTake pLen arr
|
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/basement-0.0.12/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 477 revTake :: CountOf ty -> Array ty -> Array ty 478 revTake n v = drop (countFromStart v n) v function 731 | otherwise = suffix == revTake pLen arr
|
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/basement-0.0.11/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 476 revTake :: CountOf ty -> Array ty -> Array ty 477 revTake n v = drop (countFromStart v n) v function 730 | otherwise = suffix == revTake pLen arr
|
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/basement-0.0.11/Basement/ |
H A D | BoxedArray.hs | 42 , revTake 476 revTake :: CountOf ty -> Array ty -> Array ty 477 revTake n v = drop (countFromStart v n) v function 730 | otherwise = suffix == revTake pLen arr
|
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/Array/ |
H A D | Bitmap.hs | 105 revTake n = unoptimised (C.revTake n) function
|