]> matita.cs.unibo.it Git - fireball-separation.git/history - ocaml/lambda4.ml
First draft of Parser.problem_of_string
[fireball-separation.git] / ocaml / lambda4.ml
2017-07-14 acondoluFirst draft of Parser.problem_of_string
2017-07-14 acondoluChanged logic of entrypoint in Lambda4
2017-07-14 acondoluMoved parse' from Num to Parser
2017-07-14 acondoluFixed: was using compare in place of eta_eq
2017-07-14 acondoluCode clean-up
2017-07-13 acondoluAdded assert false
2017-07-13 acondoluFix: missing check to avoid stepping on vars of non...
2017-07-13 acondolureturn type of simplify_match improved (no `Match in...
2017-07-13 acondoluAdded safety check for step on n-th argument with n > 1
2017-07-13 acondoluImproved error messages
2017-07-13 acondoluTentative commit: tactics dropped and clean-up
2017-07-13 acondoluFixed try in aux_conv + Added test in pure for divergen...
2017-07-12 acondoluFixes to printing
2017-07-12 acondoluRemoved bomb variable
2017-07-12 acondoluPrettier-printing: string_of_problem outputs OCaml...
2017-07-12 acondoluAdded second problem with bombs and pacmans: it works!
2017-07-12 acondoluAdded new (passing) problem with a bomb (o1)
2017-07-12 acondoluTowards `Bottom and `Pacman
2017-07-11 acondoluNew: simple backtracking with trail
2017-07-11 acondolu-666 -> min_int
2017-07-11 acondoluFixed indentation and logging
2017-07-11 acondoluinstantiate takes an additional argument which is the...
2017-07-11 acondoluFix: conv : x:min_int (.... y:1 ...) y was not conside...
2017-07-11 acondoluBug fix: x (y z) where y was conv_dangerous did not...
2017-07-11 acondoluFix bug in dangerous_conv with arity of arguments of...
2017-07-10 acondoluThe measure finally works on all problems in problems.ml!
2017-07-10 acondoluExperimenting with a combined measure
2017-07-10 acondoluInstantiate now uses a global initialSpecialK (ignoring...
2017-07-10 acondolunew_arity = old_arity + 1
2017-07-07 acondoluFixes to how arities are assigned and propagated
2017-06-28 acondoluMinor fixes
2017-06-27 <andrea.condoluci... still stepping on negative variables
2017-06-26 <andrea.condoluci... Problems pass, but still missing computation of arities...
2017-06-26 <andrea.condoluci... New representation of arities in variables
2017-06-26 <andrea.condoluci... Removed traces of lambda3
2017-06-22 <andrea.condoluci... Removed lambda3 + Fixed lambda4
2017-06-12 <andrea.condoluci... Copy ocaml folder from sacerdot's svn repository, rev...