Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
A declarative terminal user interface library Write terminal user interfaces (TUIs) painlessly with brick! You write an event handler and a drawing function and the library does the rest.
module Main where import Brick ui :: Widget () ui = str "Hello, world!" main :: IO () main = simpleMain ui
To get started, see:- The README
- The Brick user guide
- The demonstration programs in the programs directory
-
To make a type corresponding to an enum of C language Please see the README on GitHub at https://github.com/YoshikuniJujo/c-enum#readme
-
Data.Text instances for the cereal serialization library Data.Text instances for the cereal serialization library. Provides instances for Text and lazy Text. Uses UTF-8 encoding for serialization. Use import Data.Serialize.Text () to import instances.
-
Serialize instances for Data.Vector types. Serialize instances for Data.Vector types.
-
A typeclass-based Prelude. See docs and README at http://www.stackage.org/package/classy-prelude
-
Thread-indexed, nested contexts Thread-indexed storage around arbitrary context values. The interface supports nesting context values per thread, and at any point, the calling thread may ask for their current context.
-
Generic cryptography cipher tests Generic cryptography cipher tests
-
Generic cryptography cipher types Generic cryptography cipher types
package
data-accessor-transformers Use Accessor to access state in transformers State monad Use Accessor to access state in transformers State monad
-
Abstractions over deferred folds This library is in an experimental state. Users should be prepared for frequent updates.