- 24 May, 2017 2 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
remove_list [H1,H2] works. Without spaces and with this exact syntax. This is to be modified later. In particular, we should probably handle parsing of arguments differently.
-
- 05 Apr, 2017 1 commit
-
-
Sylvain Dailler authored
-
- 04 Apr, 2017 4 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
Sylvain Dailler authored
Destruct_alg that works on polymorphic types.
-
Sylvain Dailler authored
-
- 03 Apr, 2017 1 commit
-
-
Sylvain Dailler authored
-
- 31 Mar, 2017 1 commit
-
-
Sylvain Dailler authored
-
- 06 Dec, 2016 2 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
- 05 Dec, 2016 1 commit
-
-
Sylvain Dailler authored
-
- 24 Nov, 2016 1 commit
-
-
Sylvain Dailler authored
Adding a forgeting function for printing variables on exceptions. Should do the same at least for patterns. Adding printing functions from why3printer. Changing exception in transformation so that they return terms not strings.
-
- 23 Nov, 2016 1 commit
-
-
Clément Fumex authored
-
- 22 Nov, 2016 2 commits
-
-
Sylvain Dailler authored
-
Clément Fumex authored
add a wrap_and_register that ... wraps and registers ! and also add the transformation type to its description
-
- 21 Nov, 2016 2 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
- 20 Nov, 2016 1 commit
-
-
Sylvain Dailler authored
Not yet registered.
-
- 18 Nov, 2016 2 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
I added an exception to TSfailed. Also changed the query exceptions.
-
- 16 Nov, 2016 2 commits
-
-
Clément Fumex authored
-
MARCHE Claude authored
-
- 15 Nov, 2016 1 commit
-
-
Sylvain Dailler authored
Replaced one by 1 in induction.
-
- 08 Nov, 2016 1 commit
-
-
Sylvain Dailler authored
Also, added a debug flag to be raised when matching of apply fail. To do that, I changed exception NoMatch so that it returns the terms that cant be matched. This needs some testing.
-
- 07 Nov, 2016 1 commit
-
-
Sylvain Dailler authored
-
- 03 Nov, 2016 4 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
Possibility to add env to transformation via args_wrapper (ugly).
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
- 02 Nov, 2016 1 commit
-
-
Sylvain Dailler authored
Rewrite and replace.
-
- 24 Oct, 2016 2 commits
-
-
Sylvain Dailler authored
-
Sylvain Dailler authored
-
- 20 Oct, 2016 3 commits
-
-
Sylvain Dailler authored
at the end of line. This was commited as a proof of concept. Giving the name at the end is not convenient. Should also solve the problem of renaming by asking args_wrapper to do the work of unification of name.
-
Sylvain Dailler authored
hypothesis as argument.
-
Sylvain Dailler authored
-
- 14 Oct, 2016 1 commit
-
-
Clément Fumex authored
+ add type trans_with_args_l + wrap_l + register_..._l + add use_th transformation that will use import a theory in the current goal
-
- 07 Oct, 2016 1 commit
-
-
MARCHE Claude authored
-
- 04 Oct, 2016 1 commit
-
-
MARCHE Claude authored
-
- 30 Sep, 2016 1 commit
-
-
Sylvain Dailler authored
Struggling with names. Removed the print_task which looked at the driver before printing for uniformity. If I dont do that the printing function I use to have a safe naming environnment inside tasks are not the same as the printing function we use for display. So hypothesis displayed dont actually exists and other bugs. I will try to see if my changes (in particular clean_environnment and gen_ident) are necessary. Modifications in Pretty to get real unique names for hypothesis.
-