static void ai_callSpeculationFunctionOnWeb(fS f, S webID) { ai_callSpeculationFunctionOnWeb(f, ai_getWebFromTerm(webID)); } static void ai_callSpeculationFunctionOnWeb(fS f, final Web web) { final T3<S> t = webToTriple(web); ret if t == null; pcall ping { //ai_withMaker(f, r { callMC(f, t.a, t.b, t.c) }); ai_withMaker(f, r { callMC(f, web) }); } }
Began life as a copy of #1011811
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: | #1012103 |
Snippet name: | ai_callSpeculationFunctionOnWeb |
Eternal ID of this version: | #1012103/6 |
Text MD5: | bcd359baf377f468128fdfd2539eb31b |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-01-12 10:07:54 |
Source code size: | 380 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 334 / 375 |
Version history: | 5 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |