Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. class Peekable a

    hslua-classes HsLua.Class.Peekable

    A value that can be read from the Lua stack.

  2. module HsLua.Class.Pushable

    Sending haskell objects to the lua stack.

  3. class Pushable a

    hslua-classes HsLua.Class.Pushable

    A value that can be pushed to the Lua stack.

  4. class Peekable a

    hslua-classes HsLua.Classes

    A value that can be read from the Lua stack.

  5. class Pushable a

    hslua-classes HsLua.Classes

    A value that can be pushed to the Lua stack.

  6. module HsLua.Module.Path

    Lua module to work with file paths.

  7. data Proxy (t :: k)

    hspec-golden-aeson Test.Aeson.GenericSpecs

    Proxy is a type that holds no data, but has a phantom parameter of arbitrary type (or even kind). Its use is to provide type information, even though there is no value available of that type (or it may be too costly to create one). Historically, Proxy :: Proxy a is a safer alternative to the undefined :: a idiom.

    >>> Proxy :: Proxy (Void, Int -> Int)
    Proxy
    
    Proxy can even hold types of higher kinds,
    >>> Proxy :: Proxy Either
    Proxy
    
    >>> Proxy :: Proxy Functor
    Proxy
    
    >>> Proxy :: Proxy complicatedStructure
    Proxy
    

  8. Proxy :: Proxy (t :: k)

    hspec-golden-aeson Test.Aeson.GenericSpecs

    No documentation available.

  9. module Text.HTML.Parser

    This is a performance-oriented HTML tokenizer aim at web-crawling applications. It follows the HTML5 parsing specification quite closely, so it behaves reasonable well on ill-formed documents from the open Web.

  10. data PStack

    html-parse Text.HTML.Tree

    No documentation available.

Page 928 of many | Previous | Next