aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/quote
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-29 11:08:53 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-29 11:08:53 +0000
commit8a71afd27620a5d6c507b115d6fd408d879544c5 (patch)
tree7365991d6afdfeae8529b5d47e3830b63a037a56 /plugins/quote
parent392300a73bc4e57d2be865d9a8d77c608ef02f59 (diff)
Pattern as a mli-only file, operations in Patternops
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15376 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'plugins/quote')
-rw-r--r--plugins/quote/quote.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/quote/quote.ml b/plugins/quote/quote.ml
index fe025e6da..e8ee433c6 100644
--- a/plugins/quote/quote.ml
+++ b/plugins/quote/quote.ml
@@ -107,6 +107,7 @@ open Util
open Names
open Term
open Pattern
+open Patternops
open Matching
open Tacmach
open Tactics