1 | static void ai_spec_possiblyToActually(Collection<Web> webs) { |
2 | for (Web web : webs) |
3 | ai_spec_possiblyToActually(web); |
4 | } |
5 | |
6 | static void ai_spec_possiblyToActually(Web web) { |
7 | T3<S> t = webToTriple(web); |
8 | if (t == null) ret; |
9 | new Matches m; |
10 | if (swic(t.b, "possibly ", m)) |
11 | ai_postTriple(t.a, m.rest(), t.c); |
12 | } |
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: | #1012065 |
Snippet name: | ai_spec_possiblyToActually |
Eternal ID of this version: | #1012065/3 |
Text MD5: | cda8bdb2f83649d2a61b6ae95ab58c6c |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-17 07:49:30 |
Source code size: | 329 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 544 / 555 |
Version history: | 2 change(s) |
Referenced in: | [show references] |