aboutsummaryrefslogtreecommitdiff
path: root/toplevel
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/coqinit.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/coqinit.ml b/toplevel/coqinit.ml
index 4007a96bb7..d9fcdb247e 100644
--- a/toplevel/coqinit.ml
+++ b/toplevel/coqinit.ml
@@ -66,12 +66,14 @@ let theories_dirs_map = [
"theories/Unicode", "Unicode" ;
"theories/Classes", "Classes" ;
"theories/Program", "Program" ;
+ "theories/MSets", "MSets" ;
"theories/FSets", "FSets" ;
"theories/Reals", "Reals" ;
"theories/Strings", "Strings" ;
"theories/Sorting", "Sorting" ;
"theories/Setoids", "Setoids" ;
"theories/Sets", "Sets" ;
+ "theories/Structures", "Structures" ;
"theories/Lists", "Lists" ;
"theories/Wellfounded", "Wellfounded" ;
"theories/Relations", "Relations" ;