diff options
| author | letouzey | 2012-05-29 11:08:53 +0000 |
|---|---|---|
| committer | letouzey | 2012-05-29 11:08:53 +0000 |
| commit | 8a71afd27620a5d6c507b115d6fd408d879544c5 (patch) | |
| tree | 7365991d6afdfeae8529b5d47e3830b63a037a56 /tactics/tacinterp.ml | |
| parent | 392300a73bc4e57d2be865d9a8d77c608ef02f59 (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 'tactics/tacinterp.ml')
| -rw-r--r-- | tactics/tacinterp.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml index 88767a363f..9b4df0ad5c 100644 --- a/tactics/tacinterp.ml +++ b/tactics/tacinterp.ml @@ -13,6 +13,7 @@ open Declarations open Entries open Libobject open Pattern +open Patternops open Matching open Pp open Genredexpr |
