type-fun

Collection of widely reimplemented type families

https://github.com/s9gf4ult/type-fun

Version on this page:0.1.2
LTS Haskell 22.18:0.1.3
Stackage Nightly 2024-04-25:0.1.3
Latest on Hackage:0.1.3

See all snapshots type-fun appears in

BSD-3-Clause licensed by Aleksey Uimanov
Maintained by [email protected]
This version can be pinned in stack with:type-fun-0.1.2@sha256:c08422f9f9b326778d43063bc4dd3069cec336e15082b274953f3800d766b147,1736

Module documentation for 0.1.2

Depends on 1 package(full list with versions):
Used by 1 package in lts-16.23(full list with versions):

Changes

TODO

  • Add doctests
  • Add TyFun from singletons (or just depend from)?

CHANGELOG

0.1.2

Added KnownPeano

0.1.1

Fixed

  • Compilable with ghc-8.0.1

0.1.0

Added

  • Type family Substract to remove elements of one list from another
  • Unsafe helper functions to relax constraints in some safe points. But we use unsafeCoerce so this functions are potentially just break constants

Changed

  • Compilable under ghc-7.8

0.0.1

First version