Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. package ghc-typelits-extra

    Additional type-level operations on GHC.TypeLits.Nat Additional type-level operations on GHC.TypeLits.Nat:

    • Max: type-level max
    • Min: type-level min
    • Div: type-level div
    • Mod: type-level mod
    • FLog: type-level equivalent of integerLogBase# i.e. the exact integer equivalent to floor (logBase x y)
    • CLog: type-level equivalent of the ceiling of integerLogBase# i.e. the exact integer equivalent to ceiling (logBase x y)
    • Log: type-level equivalent of integerLogBase# where the operation only reduces when floor (logBase b x) ~ ceiling (logBase b x)
    • GCD: a type-level gcd
    • LCM: a type-level lcm
    And a custom solver for the above operations defined in GHC.TypeLits.Extra.Solver as a GHC type-checker plugin. To use the plugin, add the
    OPTIONS_GHC -fplugin GHC.TypeLits.Extra.Solver
    
    pragma to the header of your file.

  2. package gi-graphene

    Graphene bindings Bindings for Graphene, autogenerated by haskell-gi.

  3. package gi-gtk3

    Gtk 3.x bindings Bindings for Gtk 3.x, autogenerated by haskell-gi.

  4. package gi-xlib

    xlib bindings Bindings for xlib, autogenerated by haskell-gi.

  5. package ginger

    An implementation of the Jinja2 template language in Haskell Ginger is Jinja, minus the most blatant pythonisms. Wants to be feature complete, but isn't quite there yet.

  6. package gio

    Binding to GIO GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. The goal is to overcome the shortcomings of GnomeVFS and provide an API that is so good that developers prefer it over raw POSIX calls. Among other things that means using GObject. It also means not cloning the POSIX API, but providing higher-level, document-centric interfaces.

  7. package glib-stopgap

    Stopgap package of binding for GLib Please see the README on GitHub at https://github.com/githubuser/glib-stopgap#readme

  8. package glpk-headers

    Low-level Haskell bindings to the GLPK library Please see the README on GitHub at https://github.com/prsteele/math-programming/blob/main/glpk-headers/README.md

  9. package graphite

    Graphs and networks library Represent, analyze and visualize graphs

  10. package graphql

    Haskell GraphQL implementation Haskell GraphQL implementation.

Page 117 of many | Previous | Next