You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mini-egison.cabal
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
cabal-version: 1.12
2
2
3
3
name: mini-egison
4
-
version: 0.1.6
4
+
version: 1.0.0
5
5
synopsis: Template Haskell Implementation of Egison Pattern Matching
6
6
description: This package provides the pattern-matching facility that fulfills the following three criteria for practical pattern matching for non-free data types\: (i) non-linear pattern matching with backtracking; (ii) extensibility of pattern-matching algorithms; (iii) ad-hoc polymorphism of patterns.
7
7
Non-free data types are data types whose data have no standard forms.
0 commit comments