Skip to content

Commit

Permalink
prepare release 0.4.3 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdageek authored Apr 27, 2023
1 parent f0fa685 commit bd9bac1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# NEXT

# 0.4.3

* Add an `instantiate` function that substitutes a list of terms for a collection of bound variables in a toplevel `Bind p t` term.
Thanks to Stephanie Weirich (sweirich). This adds a new `substBvs` function to the `Subst` class.
* Add `substBind` operation that substitutes for the bound variable of a `Bind (Name a) t` term.
Expand Down
2 changes: 1 addition & 1 deletion unbound-generics.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: unbound-generics
version: 0.4.2
version: 0.4.3
synopsis: Support for programming with names and binders using GHC Generics
description: Specify the binding structure of your data type with an
expressive set of type combinators, and unbound-generics
Expand Down

0 comments on commit bd9bac1

Please sign in to comment.