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.

  1. package fuzzcheck

    A simple checker for stress testing monadic code A simple checker for stress testing monadic code

  2. package fuzzy

    Filters a list based on a fuzzy string search. Filters a list based on a fuzzy string search.

  3. package fuzzy-dates

    Libary for parsing dates in strings in varied formats. Please see the README on GitHub at https://github.com/ReedOei/fuzzy-dates#readme

  4. package fuzzy-time

    Fuzzy time types, parsing and resolution

  5. package fuzzyset

    Fuzzy set data structure for approximate string matching Please see the README on GitHub at https://github.com/laserpants/fuzzyset-haskell#readme

  6. package gd

    A Haskell binding to a subset of the GD graphics library This is a binding to a (currently very small) subset of the GD graphics library.

  7. package gdp

    Reason about invariants and preconditions with ghosts of departed proofs. Reason about invariants and preconditions with ghosts of departed proofs. The GDP library implements building blocks for creating and working with APIs that may carry intricate preconditions for proper use. As a library author, you can use gdp to encode your API's preconditions and invariants, so that they will be statically checked at compile-time. As a library user, you can use the gdp deduction rules to codify your proofs that you are using the library correctly.

  8. package gemini-exports

    Generate CSV Exports of Your Gemini Trades, Transfers, & Earn Transactions gemini-exports is a CLI program that queries the Gemini Exchange's API for your Trade History, Transfer History, & Earn History and exports all fetched data to a CSV file. You can install gemini-exports with Stack: stack install --resolver nightly gemini-exports. Then run the following to print out your complete history:

    $ gemini-exports -k <API_KEY> -s <API_SECRET>
    time,base-asset,quote-asset,type,description,price,quantity,total,fee,fee-currency,trade-id
    2022-04-20 04:20:00,GUSD,USD,Buy,,1.0,9001.0,9001.0,0.0,USD,900142424242
    
    See gemini-exports --help for additional options, configuration file details, etc.

  9. package general-games

    Library supporting simulation of a number of games Library providing framework for simulating outcomes of a variety of games, including Poker.

  10. package generic-case

    Generic case analysis Generic case analysis in the vein of maybe, either and bool, using generics-sop. See the module documentation in Generics.Case.

Page 188 of many | Previous | Next