Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. package tldr

    Haskell tldr client Haskell tldr client with support for viewing tldr pages. Has offline cache for accessing pages. Visit https://tldr.sh for more details.

  2. package tlynx

    Handle phylogenetic trees Examine, compare, and simulate phylogenetic trees in a reproducible way. Please see the README on GitHub at https://github.com/dschrempf/elynx.

  3. package tmapmvar

    A single-entity stateful Map in STM, similar to tmapchan Please see the README on Github at https://git.localcooking.com/tooling/tmapmvar#readme

  4. package tmp-proc-postgres

    Launch a PostgreSQL database in docker using tmp-proc Demos how to use tmp-proc to run a PostgreSQL database in docker in a unittest.

  5. package tmp-proc-rabbitmq

    Launch RabbitMQ in docker using tmp-proc Demos how to use tmp-proc to run RabbitMQ in docker in a unittest.

  6. package tokenize

    Simple tokenizer for English text Simple tokenizer for English text.

  7. package toml-reader-parse

    Alternative parser for TOML values produced by the toml-reader package. Package defines a set of parser combinators that allows analyzing arbitrary TOML structures. Includes formatted errors that keep track of where in the original TOML file a value came from.

  8. package tomland

    Bidirectional TOML serialization Implementation of bidirectional TOML serialization. Simple codecs look like this:

    data User = User
    { userName :: Text
    , userAge  :: Int
    }
    
    userCodec :: TomlCodec User
    userCodec = User
    <$> Toml.text "name" .= userName
    <*> Toml.int  "age"  .= userAge
    
    The following blog post has more details about library design:

  9. package tools-yj

    Tribial tools Please see the README on GitHub at https://github.com/YoshikuniJujo/tools-yj#readme

  10. package tophat

    Template-to-Haskell preprocessor, and templating language Please see README.md

Page 258 of many | Previous | Next