Home
last modified time | relevance | path

Searched defs:takeWhile_ (Results 1 – 18 of 18) sorted by relevance

/dports/devel/stack/stack-2.7.3/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DStream.hs138 takeWhile_ = span function
155 takeWhile_ = S.spanl function
170 takeWhile_ = B.span function
185 takeWhile_ = BL.span function
200 takeWhile_ = T.span function
215 takeWhile_ = TL.span function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DStream.hs138 takeWhile_ = span function
155 takeWhile_ = S.spanl function
170 takeWhile_ = B.span function
185 takeWhile_ = BL.span function
200 takeWhile_ = T.span function
215 takeWhile_ = TL.span function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DStream.hs138 takeWhile_ = span function
155 takeWhile_ = S.spanl function
170 takeWhile_ = B.span function
185 takeWhile_ = BL.span function
200 takeWhile_ = T.span function
215 takeWhile_ = TL.span function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DStream.hs138 takeWhile_ = span function
155 takeWhile_ = S.spanl function
170 takeWhile_ = B.span function
185 takeWhile_ = BL.span function
200 takeWhile_ = T.span function
215 takeWhile_ = TL.span function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DStream.hs138 takeWhile_ = span function
155 takeWhile_ = S.spanl function
170 takeWhile_ = B.span function
185 takeWhile_ = BL.span function
200 takeWhile_ = T.span function
215 takeWhile_ = TL.span function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DStream.hs138 takeWhile_ = span function
155 takeWhile_ = S.spanl function
170 takeWhile_ = B.span function
185 takeWhile_ = BL.span function
200 takeWhile_ = T.span function
215 takeWhile_ = TL.span function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/megaparsec-8.0.0/Text/Megaparsec/
H A DStream.hs212 takeWhile_ = span function
233 takeWhile_ = B.span function
254 takeWhile_ = BL.span function
275 takeWhile_ = T.span function
296 takeWhile_ = TL.span function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/megaparsec-8.0.0/Text/Megaparsec/
H A DStream.hs212 takeWhile_ = span function
233 takeWhile_ = B.span function
254 takeWhile_ = BL.span function
275 takeWhile_ = T.span function
296 takeWhile_ = TL.span function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/megaparsec-8.0.0/Text/Megaparsec/
H A DStream.hs212 takeWhile_ = span function
233 takeWhile_ = B.span function
254 takeWhile_ = BL.span function
275 takeWhile_ = T.span function
296 takeWhile_ = TL.span function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/megaparsec-7.0.5/Text/Megaparsec/
H A DStream.hs204 takeWhile_ = span function
225 takeWhile_ = B.span function
246 takeWhile_ = BL.span function
267 takeWhile_ = T.span function
288 takeWhile_ = TL.span function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/megaparsec-8.0.0/Text/Megaparsec/
H A DStream.hs212 takeWhile_ = span function
233 takeWhile_ = B.span function
254 takeWhile_ = BL.span function
275 takeWhile_ = T.span function
296 takeWhile_ = TL.span function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/monoid-subclasses-1.1/src/Data/Monoid/
H A DTextual.hs175 -- | > takeWhile_ = takeWhile . const function
243 takeWhile_ = takeWhile . const function
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-library/src/Documentation/Haddock/
H A DParser.hs214 takeWhile_ p = scan p_ False function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haddock-library-1.10.0/src/Documentation/Haddock/
H A DParser.hs214 takeWhile_ p = scan p_ False function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/haddock-library-1.10.0/src/Documentation/Haddock/
H A DParser.hs214 takeWhile_ p = scan p_ False function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/haddock-library-1.9.0/src/Documentation/Haddock/
H A DParser.hs213 takeWhile_ p = scan p_ False function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/monoid-subclasses-1.1/src/Data/Monoid/Instances/
H A DPositioned.hs483 takeWhile_ bt fc (OffsetPositioned p t) = OffsetPositioned p (takeWhile_ bt fc t) function
636 takeWhile_ bt fc (LinePositioned p l lp t) = LinePositioned p l lp (takeWhile_ bt fc t) function
H A DConcat.hs251 takeWhile_ bt pc = fst . span_ bt pc function