part of Logic implemented generically

This commit is contained in:
aarne
2006-11-27 10:54:26 +00:00
parent a36758f56e
commit 3f1edb590a
7 changed files with 224 additions and 1 deletions

View File

@@ -3,6 +3,9 @@ interface LexTheory = open Grammar in {
oper
assume_VS : VS ;
case_N : N ;
contradiction_N : N ;
have_V2 : V2 ;
hypothesis_N : N ;
ifthen_DConj : DConj ;
}