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.

  1. package brick

    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: This package deprecates vty-ui.

  2. package c-enum

    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

  3. package cereal-text

    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.

  4. package cereal-vector

    Serialize instances for Data.Vector types. Serialize instances for Data.Vector types.

  5. package classy-prelude

    A typeclass-based Prelude. See docs and README at http://www.stackage.org/package/classy-prelude

  6. package context

    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.

  7. package crypto-cipher-tests

    Generic cryptography cipher tests Generic cryptography cipher tests

  8. package crypto-cipher-types

    Generic cryptography cipher types Generic cryptography cipher types

  9. package data-accessor-transformers

    Use Accessor to access state in transformers State monad Use Accessor to access state in transformers State monad

  10. package deferred-folds

    Abstractions over deferred folds This library is in an experimental state. Users should be prepared for frequent updates.

Page 51 of many | Previous | Next