aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/changements.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/dev/changements.txt b/dev/changements.txt
index c0ccbabfe9..09c0a7b6f5 100644
--- a/dev/changements.txt
+++ b/dev/changements.txt
@@ -33,9 +33,20 @@ Changements dans les fonctions :
app_tl_vect -> array_app_tl
cons_vect -> array_cons
map_i_vect -> Array.mapi
+ map2_vect -> array_map2
Std
comp -> Util.compose
rev_append -> List.rev_append
- \ No newline at end of file
+ Termenv
+ mis_arity -> instantiate_arity
+ mis_lc -> instantiate_lc
+
+ Printer
+ gentermpr -> gen_pr_term
+
+ Typing, Machops
+ type_of_type -> type_of_sort
+ fcn_proposition -> type_of_type
+