aboutsummaryrefslogtreecommitdiffstats
path: root/src/verit/veritLexer.mll
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-04-30 03:03:50 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2016-04-30 03:03:50 +0200
commit98bf2facf5a61758897d000c4a7d1d6c6c2965fb (patch)
treefcb99694bdc0df548398a718676847acdc5436c3 /src/verit/veritLexer.mll
parent640bf0dda4a4880aeb525d1460dc91f5041aa626 (diff)
downloadsmtcoq-98bf2facf5a61758897d000c4a7d1d6c6c2965fb.tar.gz
smtcoq-98bf2facf5a61758897d000c4a7d1d6c6c2965fb.zip
Holes in proof:
- can now take learned clauses as argument - returns a whole clause (and not only a literal) - tested for the vernacular commands Warning: seems to slow down 8.5 version
Diffstat (limited to 'src/verit/veritLexer.mll')
-rw-r--r--src/verit/veritLexer.mll3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/verit/veritLexer.mll b/src/verit/veritLexer.mll
index 925ba92..2a51a02 100644
--- a/src/verit/veritLexer.mll
+++ b/src/verit/veritLexer.mll
@@ -95,7 +95,8 @@
"tmp_qnt_tidy", TPQT;
"tmp_qnt_simplify", TPQS;
"tmp_skolemize", TPSK;
- "subproof", SUBP ]
+ "subproof", SUBP;
+ "hole", HOLE ]
}