partial application in overload resolution, with priority for full app

This commit is contained in:
aarne
2006-12-19 16:32:15 +00:00
parent 3fffa1489f
commit 339aeb8bf6
2 changed files with 17 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ lincat
lin
ThmWithProof = theorem ;
Conj A B = coord and_Conj A B ;
Conj A = coord and_Conj A ;
Disj A B = coord or_Conj A B ;
Impl A B = coord ifthen_DConj A B ;