static TripleWeb ai_findTriple(S a, S b, S c) { if (a == null || b == null || c == null) null; if (ai_useThoughtSpaces()) ret thoughtSpace().findTriple(symbol(a), symbol(b), symbol(c)); fail("outdated stuff"); } static TripleWeb ai_findTriple(T3<S> t) { ret ai_findTriple(t.a, t.b, t.c); }
Began life as a copy of #1011336
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013763 | 
| Snippet name: | ai_findTriple | 
| Eternal ID of this version: | #1013763/1 | 
| Text MD5: | b99a1824a08305bf3f4f15b929515c73 | 
| Author: | stefan | 
| Category: | javax / a.i. | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-02-27 01:48:30 | 
| Source code size: | 315 bytes / 11 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 522 / 569 | 
| Referenced in: | [show references] |