]> matita.cs.unibo.it Git - fireball-separation.git/history - ocaml/simple.ml
Fix: it was always stepping on one non-existing argument
[fireball-separation.git] / ocaml / simple.ml
2018-06-11 acondoluFix: it was always stepping on one non-existing argument
2018-06-10 acondolu(Almost-)Correct handling of garbage in Simple
2018-06-10 acondoluUsing C instead of @ to combine more convergents in...
2018-06-10 acondoluImproved definition of eta_eq
2018-06-10 acondoluStep possible beyond the args of p.div
2018-06-10 acondoluImproved backtracking in Simple
2018-06-10 acondoluImplemented garbage in Num
2018-06-10 acondoluFix: bug in printing garbage, did not consider the...
2018-06-09 acondoluAdded garbage to L
2018-06-09 acondoluRemoved eat, p.stepped, p.phase and t.B
2018-06-07 acondoluUsing andrea's finish instead of eat. All tests succeed.
2018-06-07 acondoluTrailing constant args in p.div are removed by sanity
2018-06-06 Claudio Sacerdoti... Fix: eating a lambda^n.C args is bad
2018-06-06 Claudio Sacerdoti... Fix: find_eta_difference now works with inerts of arbit...
2018-06-01 acondoluExperimenting with backtracking and stepping on "all...
2018-06-01 acondoluImplementing constants
2018-06-01 acondoluRemoved parameter from C
2018-06-01 acondoluMore comments and improved find_eta_difference
2018-06-01 acondoluMore comments and better variable names
2018-05-31 Claudio Sacerdoti... Make the code OCaml-4.06.1-friendly
2018-05-31 acondoluUpdated simple with current parser
2018-05-31 acondoluSimpler tests in simple_test.ml + Added diverging tests...
2018-05-31 acondoluEat was erasing terms from C that made it diverge
2018-05-31 acondoluBug in mk_app with C
2018-05-31 acondoluFix no_leading_lambdas to account for a step on x on...
2018-05-31 acondoluClean up, improve comments, move functions
2018-05-31 acondoluAdded check for eta_subterm in `solve'
2018-05-31 acondoluAdded simple_test.ml
2018-05-31 acondoluMoved andrea.ml to simple.ml