Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
A parser for units of measure The units-parser package provides a parser for unit expressions with F#-style syntax, to support the units package and other packages providing type-level units of measure.
package
universe-instances-extended Universe instances for types from selected extra packages A class for finite and recursively enumerable types and some helper functions for enumerating them defined in universe-base package:
class Universe a where universe :: [a] class Universe a => Finite a where universeF :: [a]; universeF = universe
-
Bidirectional JSON parsing and generation. Bidirectional JSON parsing and generation with automatic documentation support.
-
Unlifted and levity-polymorphic types Unlifted and levity-polymorphic variants of several types from base.
-
UnliftIO using well-typed Paths. UnliftIO using well-typed Paths.
-
Data.Pool generalized to MonadUnliftIO. This is a generalization of Data.Pool to MonadUnliftIO.
-
Tool to convert literate code between styles or to code. Tool to convert literate code between styles or to code. Usage:
unlit -f STYLE_NAME --from=STYLE_NAME Source style (all, bird, haskell, latex, markdown, tildefence, backtickfence) -t STYLE_NAME --to=STYLE_NAME Target style (bird, latex, tildefence, backtickfence, code) -i FILE --input=FILE Input file (optional) -o FILE --output=FILE Output file (optional) -l LANGUAGE --language=LANGUAGE Programming language (restrict fenced code blocks) -h --help Show help -v --version Show version
-
Aeson instances for URI Bytestring Aeson instances for URI Bytestring
-
A library simplifying user management for web applications Scrap the boilerplate for managing user accounts in web applications Features:
- Easy to understand API
- CRUD for Users
- Session Management
- Password reset functionality
- Activation functionality
-
Unicode Lightweight UTF8 handling