Skip to content

Commit

Permalink
Binder.hs: Expose the function unbind2 and unbind2List
Browse files Browse the repository at this point in the history
  • Loading branch information
ijaketak committed Oct 8, 2023
1 parent 9d812e7 commit f611d1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## version 0

### 0.2.1 (still not released)

* Expose the functions `unbind2` and `unbind2List`.

### 0.2 -- 2023-10-06

* Add operations for list.
Expand Down
2 changes: 2 additions & 0 deletions src/Data/Binder.hs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ module Data.Binder
, buildBinder
, bind
, unbind
, unbind2
, eqBinder
, boxBinder
, bindApply
Expand All @@ -78,6 +79,7 @@ module Data.Binder
, eqBinderList
, bindList
, unbindList
, unbind2List
, boxBinderList
, bindListApply
) where
Expand Down

0 comments on commit f611d1c

Please sign in to comment.