diff options
| author | bertot | 2001-12-18 14:02:29 +0000 |
|---|---|---|
| committer | bertot | 2001-12-18 14:02:29 +0000 |
| commit | 3154c8ae825e874470846d62f942087d79909700 (patch) | |
| tree | 25c67d4d4a574d1e996baa4df1ed55465b627913 /contrib/interface/vernacrc | |
| parent | 594bf5a8d753c0c93ed5f7fb4874675966d4d042 (diff) | |
Integrating the Ltac language and the Blast tool into the interface
capabilities:
The Ltac language is the language that makes it possible to define new tactics
without using the ocaml language (already present in coq for a few months).
The Blast tool is a tool that checks whether the goals could be solve
automatically and proposes the proof trace to the user.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2313 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface/vernacrc')
| -rw-r--r-- | contrib/interface/vernacrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/interface/vernacrc b/contrib/interface/vernacrc index 092bc07090..b66f1e4c11 100644 --- a/contrib/interface/vernacrc +++ b/contrib/interface/vernacrc @@ -10,6 +10,7 @@ load_syntax_file 21 Equality load_syntax_file 22 Inv load_syntax_file 26 Tauto load_syntax_file 34 Omega +load_syntax_file 27 Ring quiet_parse_string Goal a. && END--OF--DATA |
