aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/printers.mllib
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-06-27 21:37:56 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2014-06-28 18:52:55 +0200
commit1f0e44c96872196d0051618de77c4735eb447540 (patch)
tree8b69aa789ebff430d021af431ad9ad453883ba25 /dev/printers.mllib
parentefa921c807e48cfc19943d2bfd7f4eb11f8f9e09 (diff)
Moved code for finding subterms (pattern, induction, set, generalize, ...)
into a specific new cleaned file find_subterm.ml. This makes things clearer but also solves some dependencies problem between Evd, Termops and Pretype_errors.
Diffstat (limited to 'dev/printers.mllib')
-rw-r--r--dev/printers.mllib1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/printers.mllib b/dev/printers.mllib
index f826984b4..8477df76c 100644
--- a/dev/printers.mllib
+++ b/dev/printers.mllib
@@ -129,6 +129,7 @@ Arguments_renaming
Typing
Patternops
ConstrMatching
+Find_subterm
Tacred
Classops
Typeclasses_errors