ghc-typelits-extra

Additional type-level operations on GHC.TypeLits.Nat

http://www.clash-lang.org/

Version on this page:0.1
LTS Haskell 22.14:0.4.6
Stackage Nightly 2024-03-29:0.4.6
Latest on Hackage:0.4.6

See all snapshots ghc-typelits-extra appears in

BSD-2-Clause licensed by Christiaan Baaij
Maintained by [email protected]
This version can be pinned in stack with:ghc-typelits-extra-0.1@sha256:279092c0651d9807d26966ca5921b7655c8f9fe58931797012e6760715252b2f,2420

Module documentation for 0.1

Used by 2 packages in nightly-2015-12-02(full list with versions):

ghc-typelits-extra

Build Status Hackage Hackage Dependencies

Extra type-level operations on GHC.TypeLits.Nat and a custom solver implemented as a GHC type-checker plugin:

  • GHC.TypeLits.Extra.GCD: a type-level gcd
  • GHC.TypeLits.Extra.CLog: type-level equivalent of clog x y = ceiling (logBase x y)

Changes

Changelog for the ghc-typelits-extra package

0.1 October 21st 2015

  • Initial release