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.
-
hslua-classes HsLua.Class.Peekable A value that can be read from the Lua stack.
-
Sending haskell objects to the lua stack.
-
hslua-classes HsLua.Class.Pushable A value that can be pushed to the Lua stack.
-
hslua-classes HsLua.Classes A value that can be read from the Lua stack.
-
hslua-classes HsLua.Classes A value that can be pushed to the Lua stack.
-
Lua module to work with file paths.
-
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
-
hspec-golden-aeson Test.Aeson.GenericSpecs No documentation available.
-
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.
-
html-parse Text.HTML.Tree No documentation available.