We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0f6b3 commit dccd0bbCopy full SHA for dccd0bb
CHANGELOG.md
@@ -1,7 +1,13 @@
1
# apple
2
3
+## 0.2.0.0
4
+
5
* Add `:delete` to REPL
6
* Some cases no longer crash the compiler
7
+ * Fix `free` insertion in branches
8
+ * Implement filter (`§`) and 'indices of' (`⩪`)
9
+ * Add `{:?` (tailM) and `}:?` (initM)
10
+ * Existentials are handled better
11
12
## 0.1.0.0
13
apple.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: apple
-version: 0.1.0.0
+version: 0.2.0.0
license: AGPL-3
license-file: LICENSE
copyright: Copyright: (c) 2022 Vanessa McHale
0 commit comments