Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
anyToken :: FactorialMonoid s => Parser t s sincremental-parser Text.ParserCombinators.Incremental.Symmetric A parser that accepts any single input atom.
anyToken :: InputParsing m => m (ParserInput m)input-parsers Text.Parser.Input A parser that accepts any single atomic prefix of the input stream.
anyToken == satisfy (const True) anyToken == take 1
-
liquid-fixpoint Language.Fixpoint.Types.Templates No documentation available.
anyF :: [a -> Bool] -> a -> Boolliquidhaskell-boot Language.Haskell.Liquid.GHC.Misc No documentation available.
-
liquidhaskell-boot Language.Haskell.Liquid.Types.Names No documentation available.
-
liquidhaskell-boot Liquid.GHC.API No documentation available.
anyController :: C event => Channel -> event -> Maybe (Controller, Int)midi-alsa Sound.MIDI.ALSA.Check No documentation available.
anyController :: C event => Channel -> (Controller, Int) -> eventmidi-alsa Sound.MIDI.ALSA.Construct No documentation available.
anyController :: C event => event -> Maybe (Channel, (Controller, Int))midi-alsa Sound.MIDI.ALSA.Query No documentation available.
anyChar :: forall s (m :: Type -> Type) u . Stream s m Char => ParsecT s u m Charparsec-class Text.Parsec.Class This parser succeeds for any character. Returns the parsed character.