Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
A faster time library thyme is a performance-optimized rewrite of the excellent time library. See Data.Thyme.Docs for a full description.
-
Enhanced timezone handling for Data.Time This package endows Data.Time, from the time package, with several data types and functions for enhanced processing of timezones. For one way to create timezone series, see the timezone-olson (http://hackage.haskell.org/package/timezone-olson) and timezone-olson-th (http://hackage.haskell.org/package/timezone-olson-th) packages.
-
In-memory TLS session DB and session ticket TLS session manager with limitation, automatic pruning, energy saving and replay resistance and session ticket manager
-
Textual Type Classes This library provides type classes for conversion between data types and textual data types (strings). Please see the README on GitHub at https://github.com/ExtremaIS/ttc-haskell/tree/main/ttc#readme.
-
Tools for writing better type errors Please see the README on GitHub at https://github.com/isovector/type-errors#readme
-
type level tools Please see the README on GitHub at https://github.com/YoshikuniJujo/typelevel-tools-yj#readme
-
Access Unicode Character Database (UCD) unicode-data provides Haskell APIs to efficiently access the Unicode character database (UCD). Performance is the primary goal in the design of this package. The Haskell data structures are generated programmatically from the UCD files. The latest Unicode version supported by this library is 15.1.0.
-
Union type that include radian angle and degree angle Please see the README on GitHub at https://github.com/YoshikuniJujo/union-angle#readme
-
Universe instances for Some from some 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
This package addsclass UniverseSome f where universeSome :: [Some f] class UniverseSome f => FiniteSome f where universeFSome :: [Some f]; universeFSome = universe
classes. -
Validity instances for aeson Validity instances for aeson