Skip to content

Commit c0f89a8

Browse files
committedApr 2, 2012
dfgdfge
1 parent d4c0298 commit c0f89a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎query.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,12 @@ function semantic(atoms, ex, n) {
8686
console.log(r);
8787

8888
console.log('risos');
89+
console.log(r.join(' /\\ '));
8990
console.log(ex.conclusion);
9091
console.log(proofweb(ex.conclusion));
92+
9193

92-
var p = ' ( ' + r.join(' /\\ ') + ' ) -> ' + proofweb(ex.conclusion);
94+
var p = ' ( ( ' + r.join(' /\\ ') + ' ) -> ' + proofweb(ex.conclusion) + ' ) ';
9395

9496
console.log(p);
9597

0 commit comments

Comments
 (0)
Please sign in to comment.