haskell-ghc-typelits-extra 0.4.6-1 source package in Ubuntu

Changelog

haskell-ghc-typelits-extra (0.4.6-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Sat, 21 Oct 2023 10:12:39 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-ghc-typelits-extra_0.4.6-1.dsc 2.9 KiB b012a902064f72c2a43bf07a8d8a74277b346a4b48e919b62983d1d5b53096c6
haskell-ghc-typelits-extra_0.4.6.orig.tar.gz 16.6 KiB e05c7d886313b8f809fcd6652a5dbc7b8885fbae24f21e09c0e377c98c1e96b8
haskell-ghc-typelits-extra_0.4.6-1.debian.tar.xz 2.6 KiB d7c6a8f34f198a40bb2d86a5e2b4890f761b6e26adf168a699010a217f2d2b91

No changes file available.

Binary packages built by this source

libghc-ghc-typelits-extra-dev: Additional type-level operations on GHC.TypeLits.Nat

 Operations:
 .
  * 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.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-ghc-typelits-extra-doc: Additional type-level operations on GHC.TypeLits.Nat; documentation

 Operations:
 .
  * 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.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-ghc-typelits-extra-prof: Additional type-level operations on GHC.TypeLits.Nat; profiling libraries

 Operations:
 .
  * 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.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.