haskell-ghc-typelits-natnormalise 0.7.7-1build1 source package in Ubuntu

Changelog

haskell-ghc-typelits-natnormalise (0.7.7-1build1) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 11 Dec 2022 05:40:13 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-ghc-typelits-natnormalise_0.7.7.orig.tar.gz 32.1 KiB 90ea374a1d58c1cd6cd3fb156f99873aae90bfb419279ca178372f2287d7175f
haskell-ghc-typelits-natnormalise_0.7.7-1build1.debian.tar.xz 2.6 KiB 24e454f9170aa89e0ce825d2f417356280f947243fbd853d4f941932ea3b606f
haskell-ghc-typelits-natnormalise_0.7.7-1build1.dsc 2.7 KiB 96eb83006b97e846a0bcdcb853debac3e5f507872e872b98a6bc5706b39cb2bc

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.