Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
anyLineNewline :: forall (m :: Type -> Type) st . Monad m => ParsecT Sources st m Textpandoc Text.Pandoc.Parsing Parse any line, include the final newline in the output
-
pandoc Text.Pandoc.Parsing Parses an ordered list marker and returns list attributes.
anyToken :: forall s (m :: Type -> Type) t u . (Stream s m t, Show t) => ParsecT s u m tpandoc Text.Pandoc.Parsing The parser anyToken accepts any kind of token. It is for example used to implement eof. Returns the accepted token.
-
pandoc Text.Pandoc.Sources No documentation available.
-
X11 Graphics.X11.Types No documentation available.
-
X11 Graphics.X11.Xlib.Extras No documentation available.
-
X11 Graphics.X11.Xlib.Extras No documentation available.
-
X11 Graphics.X11.Xlib.Extras No documentation available.
anyEq :: Char -> Bytes -> Boolbyteslice Data.Bytes.Text.AsciiExt Throws an exception the Char argument is non-ascii.
anyToAddr# :: a -> State# RealWorld -> (# State# RealWorld, Addr# #)ghc-internal GHC.Internal.Base Retrieve the address of any Haskell value. This is essentially an unsafeCoerce#, but if implemented as such the core lint pass complains and fails to compile. As a primop, it is opaque to core/stg, and only appears in cmm (where the copy propagation pass will get rid of it). Note that "a" must be a value, not a thunk! It's too late for strictness analysis to enforce this, so you're on your own to guarantee this. Also note that Addr# is not a GC pointer - up to you to guarantee that it does not become a dangling pointer immediately after you get it.