Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
Peek :: LuaE e (Result a) -> Peek e ahslua-marshalling HsLua.Marshalling No documentation available.
type
Peeker e a = StackIndex -> Peek e ahslua-marshalling HsLua.Marshalling Function to retrieve a value from Lua's stack.
-
Types for unmarshalling of values from Lua.
-
hslua-marshalling HsLua.Marshalling.Peek Lua operation with an additional failure mode that can stack errors from different contexts; errors are not based on exceptions).
Peek :: LuaE e (Result a) -> Peek e ahslua-marshalling HsLua.Marshalling.Peek No documentation available.
type
Peeker e a = StackIndex -> Peek e ahslua-marshalling HsLua.Marshalling.Peek Function to retrieve a value from Lua's stack.
module HsLua.Marshalling.
Peekers Functions which unmarshal and retrieve Haskell values from Lua's stack.
-
Functions which marshal and push Haskell values onto Lua's stack.
type
Pusher e a = a -> LuaE e ()hslua-marshalling HsLua.Marshalling.Push Function to push a value to Lua's stack.
type
Path = [([Content], Tag, [Content])]xml Text.XML.Light.Cursor No documentation available.