Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Oct 11, 2024
1 parent 5f6377b commit 5e52d21
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.7.0 (unreleased)
## 0.7.0 (2024-10-11)
* add predicate simplifier at `Rerefined.Simplify`
* old "normalizer" stuff removed

Expand Down
3 changes: 3 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
the predicate nicely and slots the value in!
* hrmmmmm idk exactly how it'll look. maybe leave till later.

## Simplifier
Really need to write a bunch of tests. See Symparsec for type-spec example.

## Predicates
* `All ps`, `And` a list of predicates? My errors work for it. Seems fun.

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rerefined
version: 0.6.0
version: 0.7.0
synopsis: Refinement types, again
description: Please see README.md.
extra-source-files:
Expand Down
2 changes: 1 addition & 1 deletion rerefined.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: rerefined
version: 0.6.0
version: 0.7.0
synopsis: Refinement types, again
description: Please see README.md.
category: Types, Data
Expand Down

0 comments on commit 5e52d21

Please sign in to comment.