Commit ef5b35a
committed
[new release] lambdapi (3.0.0)
CHANGES:
### Added
- Tactic `simplify rule off` to simplify the focused goal wrt β-reduction only.
- Tacticals `orelse` and `repeat`.
- Tactic `eval` which evaluates a term and interprets it as a tactic. This allows one to define tactics using rewriting.
- Builtin `"String"` for string literals between double quotes.
- Options `--header` and `--url` for the `websearch` command.
- In search queries, replace the substring `"forall"` and `"->"` by `"Π"` and `"→"` respectively.
- Websearch queries and responses are now recorded in the log.
- Commands `debug` and `flag` with no argument to get the list of debug flags and the list of flags respectively.
- Tactic `change`.
- Modifier `private` for `open` command to not be exported.
### Changed
- Replaced Bindlib by de Bruijn (Frédéric) and closures (Bruno). The performances are slightly better than with Bindlib, especially on rewriting intensive files (the new version is 3.7 times faster on `tests/OK/perf_rw_engine.lp`). Lambdapi is now 2 times faster than dkcheck on matita, and only 2 times slower than dkcheck on holide.
- Several improvements to use the search engine:
* normalize queries in websearch/search
* pre-load a file in websearch (e.g. to declare implicit args)
* paginate the output in the generated webpage
* allow to declare rewriting rules (e.g. alignments) over defined and constant symbols
* improve error message for overloaded symbols
- Tactic set x ≔ t: replace all subterms equal to t by x.
- Enhance the formatting of the search results.
- `require` and `open` are now recursive.
### Fixed
- Notations on external symbols are now exported.
- Make the websearch server listen on all the interfaces instead of localhost only.1 parent 5626e0c commit ef5b35a
1 file changed
+63
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
0 commit comments