egison 3.0.9 → 3.0.10
raw patch · 1 files changed
+6/−7 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- egison.cabal +6/−7
egison.cabal view
@@ -1,11 +1,10 @@ Name: egison-Version: 3.0.9-Synopsis: An Interpreter for Egison, the world-first programming langugage which realized non-linear pattern-matching with unfree data types-Description: An interpreter for the programming language Egison.- A feature of Egison is the strong pattern match facility.- With Egison, you can represent pattern-matching for unfree data intuitively,- especially for collection data, such as lists, multisets, sets, and so on.- This package include sample Egison programs "*-test.egi" in "sample/" directory.+Version: 3.0.10+Synopsis: The world-first language with non-linear pattern-matching against unfree data+Description: An Interpreter for Egison, the world-first programming langugage which realized non-linear pattern-matching with unfree data types.+ With Egison, you can represent pattern-matching with unfree data types intuitively,+ especially for collection data, such as lists, multisets, sets.+ You can find Egison programs in "lib/" and "sample/" directories. This package also include Emacs Lisp file "egison-mode.el" in "elisp/" directory. Homepage: http://egison.pira.jp License: MIT