Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package ListLike

    Generalized support for list-like structures Generalized support for list-like structures in Haskell. The ListLike module provides a common interface to the various Haskell types that are list-like. Predefined interfaces include standard Haskell lists, Arrays, ByteStrings, and lazy ByteStrings. Custom types can easily be made ListLike instances as well. ListLike also provides for String-like types, such as String and ByteString, for types that support input and output, and for types that can handle infinite lists.

  2. package alsa-core

    Binding to the ALSA Library API (Exceptions). This package provides access to ALSA infrastructure, that is needed by both alsa-seq and alsa-pcm.

  3. package alsa-seq

    Binding to the ALSA Library API (MIDI sequencer). This package provides access to ALSA sequencer (MIDI support). For audio support see alsa-pcm. Included are some simple example programs. For more example programs including a GUI, see the alsa-gui programs.

  4. package base16

    Fast RFC 4648-compliant Base16 encoding RFC 4648-compliant Base16 encodings and decodings. This library provides performant encoding and decoding primitives, as well as support for textual values.

  5. package basic-prelude

    An enhanced core prelude; a common foundation for alternate preludes. Please see the README on Github at https://github.com/snoyberg/basic-prelude#readme

  6. 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.

  7. 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

  8. 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.

  9. package cereal-vector

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

  10. package classy-prelude

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

Page 51 of many | Previous | Next