simple-expr 0.1.0.0 → 0.1.0.1
raw patch · 6 files changed
+9/−4 lines, 6 filesbinary-added
Files
- doc/images/composition.png binary
- doc/images/demo1.png binary
- doc/images/demo2.png binary
- doc/images/imaginary_expr_sum.png binary
- simple-expr.cabal +8/−3
- src/Debug/SimpleExpr/Tutorial.hs +1/−1
+ doc/images/composition.png view
binary file changed (absent → 9474 bytes)
+ doc/images/demo1.png view
binary file changed (absent → 7296 bytes)
+ doc/images/demo2.png view
binary file changed (absent → 11836 bytes)
+ doc/images/imaginary_expr_sum.png view
binary file changed (absent → 38334 bytes)
simple-expr.cabal view
@@ -1,11 +1,11 @@-cabal-version: 1.12+cabal-version: 1.18 -- This file has been generated from package.yaml by hpack version 0.35.1. -- -- see: https://github.com/sol/hpack name: simple-expr-version: 0.1.0.0+version: 0.1.0.1 synopsis: Minimalistic toolkit for simple mathematical expression. description: This is a minimalistic toolkit for simple mathematical expression developed for debug purposes similar to 'simple-reflect' package@@ -22,7 +22,7 @@ .  .- See [tutorial](Debug-SimpleExpr-Tutorial.html) for details.+ See [tutorial](docs/Debug-SimpleExpr-Tutorial.html) for details. category: Math author: Alexey Tochin maintainer: Alexey.Tochin@gmail.com@@ -32,6 +32,11 @@ build-type: Simple extra-source-files: CHANGELOG.md+extra-doc-files:+ doc/images/composition.png+ doc/images/demo1.png+ doc/images/demo2.png+ doc/images/imaginary_expr_sum.png library exposed-modules:
src/Debug/SimpleExpr/Tutorial.hs view
@@ -101,7 +101,7 @@ -- -- @ plotExpr expr @ ----- +--  -- -- To save the image as a file use, for example, --