Home
last modified time | relevance | path

Searched defs:dropRec (Results 1 – 5 of 5) sorted by relevance

/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/utility-ht-0.0.15/src/Data/List/Match/
H A DPrivate.hs34 dropRec (_:xs) (_:ys) = dropRec xs ys function
35 dropRec _ ys = ys function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/utility-ht-0.0.15/src/Data/List/Match/
H A DPrivate.hs34 dropRec (_:xs) (_:ys) = dropRec xs ys function
35 dropRec _ ys = ys function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/utility-ht-0.0.15/src/Data/List/Match/
H A DPrivate.hs34 dropRec (_:xs) (_:ys) = dropRec xs ys function
35 dropRec _ ys = ys function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/utility-ht-0.0.15/src/Data/List/Match/
H A DPrivate.hs34 dropRec (_:xs) (_:ys) = dropRec xs ys function
35 dropRec _ ys = ys function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/utility-ht-0.0.16/src/Data/List/Match/
H A DPrivate.hs60 dropRec (_:xs) (_:ys) = dropRec xs ys function
61 dropRec _ ys = ys function