haskell-ghc-typelits-natnormalise 0.7.9-1build2 source package in Ubuntu

Changelog

haskell-ghc-typelits-natnormalise (0.7.9-1build2) oracular; urgency=medium

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 11:31:49 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
haskell-ghc-typelits-natnormalise_0.7.9.orig.tar.gz 32.4 KiB 86e08fb6a3b7d9039756353394e59226d344d602f4ff552a29116608808ac7ba
haskell-ghc-typelits-natnormalise_0.7.9-1build2.debian.tar.xz 2.7 KiB fa0745ac2c418075b9c2ffe94d346382e8d5b4326fe4f0ccc1c1e037c528abda
haskell-ghc-typelits-natnormalise_0.7.9-1build2.dsc 2.7 KiB 5ed7fadd215dc44c10fe8e54416a9167b87613bf755084cc29b6d543bb140122

Available diffs

View changes file

Binary packages built by this source

libghc-ghc-typelits-natnormalise-dev: GHC typechecker plugin for types of kind GHC.TypeLits.Nat

 A type checker plugin for GHC that can solve equalities and inequalities
 of types of kind @Nat@, where these types are either:
 .
   * Type-level naturals
 .
   * Type variables
 .
   * Applications of the arithmetic expressions (+,-,*,^).
 .
 It solves these equalities by normalising them to sort-of SOP
 (Sum-of-Products) form, and then perform a simple syntactic equality.
 .
 For example, this solver can prove the equality between:
 .
 (x + 2)^(y + 2)
 .
 and
 .
 4*x*(2 + x)^y + 4*(2 + x)^y + (2 + x)^y*x^2
 .
 Because the latter is actually the SOP normal form of the former.
 .
 To use the plugin, add the
 .
 OPTIONS_GHC -fplugin GHC.TypeLits.Normalise
 .
 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-natnormalise-doc: GHC typechecker plugin for types of kind GHC.TypeLits.Nat; documentation

 A type checker plugin for GHC that can solve equalities and inequalities
 of types of kind @Nat@, where these types are either:
 .
   * Type-level naturals
 .
   * Type variables
 .
   * Applications of the arithmetic expressions (+,-,*,^).
 .
 It solves these equalities by normalising them to sort-of SOP
 (Sum-of-Products) form, and then perform a simple syntactic equality.
 .
 For example, this solver can prove the equality between:
 .
 (x + 2)^(y + 2)
 .
 and
 .
 4*x*(2 + x)^y + 4*(2 + x)^y + (2 + x)^y*x^2
 .
 Because the latter is actually the SOP normal form of the former.
 .
 To use the plugin, add the
 .
 OPTIONS_GHC -fplugin GHC.TypeLits.Normalise
 .
 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-natnormalise-prof: GHC typechecker plugin for types of kind GHC.TypeLits.Nat; profiling libraries

 A type checker plugin for GHC that can solve equalities and inequalities
 of types of kind @Nat@, where these types are either:
 .
   * Type-level naturals
 .
   * Type variables
 .
   * Applications of the arithmetic expressions (+,-,*,^).
 .
 It solves these equalities by normalising them to sort-of SOP
 (Sum-of-Products) form, and then perform a simple syntactic equality.
 .
 For example, this solver can prove the equality between:
 .
 (x + 2)^(y + 2)
 .
 and
 .
 4*x*(2 + x)^y + 4*(2 + x)^y + (2 + x)^y*x^2
 .
 Because the latter is actually the SOP normal form of the former.
 .
 To use the plugin, add the
 .
 OPTIONS_GHC -fplugin GHC.TypeLits.Normalise
 .
 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.