Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Text.Pandoc.Lua.Marshal.TableHead

    Marshaling/unmarshaling functions of TableHead values.

  2. mkTableHead :: LuaError e => DocumentedFunction e

    pandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableHead

    Constructor function for TableHead values.

  3. peekTableHead :: LuaError e => Peeker e TableHead

    pandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableHead

    Retrieves a TableHead from the stack.

  4. pushTableHead :: LuaError e => TableHead -> LuaE e ()

    pandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableHead

    Push a TableHead as a userdata value.

  5. typeTableHead :: LuaError e => DocumentedType e TableHead

    pandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableHead

    TableHead object type.

  6. mkTableHead :: LuaError e => DocumentedFunction e

    pandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableParts

    Constructor function for TableHead values.

  7. peekTableHead :: LuaError e => Peeker e TableHead

    pandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableParts

    Retrieves a TableHead from the stack.

  8. pushTableHead :: LuaError e => TableHead -> LuaE e ()

    pandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableParts

    Push a TableHead as a userdata value.

  9. lookAhead :: forall s (m :: Type -> Type) t u a . Stream s m t => ParsecT s u m a -> ParsecT s u m a

    parsec-class Text.Parsec.Class

    lookAhead p parses p without consuming any input. If p fails and consumes some input, so does lookAhead. Combine with try if this is undesirable.

  10. ppDictHeader :: Doc ann -> [MapEntry Text (Doc ann)] -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

Page 282 of many | Previous | Next