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.

  1. Peek :: LuaE e (Result a) -> Peek e a

    hslua-marshalling HsLua.Marshalling

    No documentation available.

  2. type Peeker e a = StackIndex -> Peek e a

    hslua-marshalling HsLua.Marshalling

    Function to retrieve a value from Lua's stack.

  3. module HsLua.Marshalling.Peek

    Types for unmarshalling of values from Lua.

  4. newtype Peek e a

    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).

  5. Peek :: LuaE e (Result a) -> Peek e a

    hslua-marshalling HsLua.Marshalling.Peek

    No documentation available.

  6. type Peeker e a = StackIndex -> Peek e a

    hslua-marshalling HsLua.Marshalling.Peek

    Function to retrieve a value from Lua's stack.

  7. module HsLua.Marshalling.Peekers

    Functions which unmarshal and retrieve Haskell values from Lua's stack.

  8. module HsLua.Marshalling.Push

    Functions which marshal and push Haskell values onto Lua's stack.

  9. type Pusher e a = a -> LuaE e ()

    hslua-marshalling HsLua.Marshalling.Push

    Function to push a value to Lua's stack.

  10. type Path = [([Content], Tag, [Content])]

    xml Text.XML.Light.Cursor

    No documentation available.

Page 279 of many | Previous | Next