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.
module Text.Pandoc.Lua.Marshal.
TableHead Marshaling/unmarshaling functions of TableHead values.
mkTableHead :: LuaError e => DocumentedFunction epandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableHead Constructor function for TableHead values.
peekTableHead :: LuaError e => Peeker e TableHeadpandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableHead Retrieves a TableHead from the stack.
pushTableHead :: LuaError e => TableHead -> LuaE e ()pandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableHead Push a TableHead as a userdata value.
typeTableHead :: LuaError e => DocumentedType e TableHeadpandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableHead TableHead object type.
mkTableHead :: LuaError e => DocumentedFunction epandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableParts Constructor function for TableHead values.
peekTableHead :: LuaError e => Peeker e TableHeadpandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableParts Retrieves a TableHead from the stack.
pushTableHead :: LuaError e => TableHead -> LuaE e ()pandoc-lua-marshal Text.Pandoc.Lua.Marshal.TableParts Push a TableHead as a userdata value.
lookAhead :: forall s (m :: Type -> Type) t u a . Stream s m t => ParsecT s u m a -> ParsecT s u m aparsec-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.
ppDictHeader :: Doc ann -> [MapEntry Text (Doc ann)] -> Doc annprettyprinter-combinators Prettyprinter.Combinators No documentation available.