1
0
forked from GitHub/gf-core

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 d0b392e318
commit 2f68128323
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 ;