diff options
| author | herbelin | 2002-06-03 10:09:53 +0000 |
|---|---|---|
| committer | herbelin | 2002-06-03 10:09:53 +0000 |
| commit | 8a1550e2db6e95004eda1beec57200e214e91c72 (patch) | |
| tree | a4a5f1b8ffbb49bda42a0c767044eea87223ba94 /contrib/fourier | |
| parent | d03d9d2993b4e9e67c3d21f0e4515256917906e1 (diff) | |
Protection des tactiques contre l'utilisation sans le bon contexte de thories
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2745 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/fourier')
| -rw-r--r-- | contrib/fourier/fourierR.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/fourier/fourierR.ml b/contrib/fourier/fourierR.ml index c877dc47bb..2cdb929ae5 100644 --- a/contrib/fourier/fourierR.ml +++ b/contrib/fourier/fourierR.ml @@ -395,6 +395,7 @@ let mkAppL a = (* Résolution d'inéquations linéaires dans R *) let rec fourier gl= + Library.check_required_module ["Coq";"fourier";"Fourier"]; let parse = pf_parse_constr gl in let goal = strip_outer_cast (pf_concl gl) in let fhyp=id_of_string "new_hyp_for_fourier" in |
