1 | static void ai_callSpeculationFunctionOnWeb(fS f, S webID) { |
2 | ai_callSpeculationFunctionOnWeb(f, ai_getWebFromTerm(webID)); |
3 | } |
4 | |
5 | static void ai_callSpeculationFunctionOnWeb(fS f, final Web web) { |
6 | final T3<S> t = webToTriple(web); |
7 | ret if t == null; |
8 | pcall ping { |
9 | //ai_withMaker(f, r { callMC(f, t.a, t.b, t.c) }); |
10 | ai_withMaker(f, r { callMC(f, web) }); |
11 | } |
12 | } |
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: | 335 / 376 |
Version history: | 5 change(s) |
Referenced in: | [show references] |