static L<Symbol> ai_tripleRefsToTexts_verified(Symbol a, Symbol b, Symbol c, L<TripleRef<Symbol>> l) { if (empty(l)) ret sharedEmptyList(); new L<Symbol> out; for (TripleRef<Symbol> ref : l) if (ref != null) { TripleWeb t = cast ref.triple; continue unless t.verified(); SymbolSymbol match = simpleMatchTriple_dollarVars(a, b, c, t); if (match != null) out.add(match.get(symbol_dollarX())); } ret out; }
Began life as a copy of #1012673
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: | #1013060 |
Snippet name: | ai_tripleRefsToTexts_verified |
Eternal ID of this version: | #1013060/1 |
Text MD5: | 401a1905418d0ecb04cb249ca1db57a4 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-22 18:53:25 |
Source code size: | 446 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 364 / 390 |
Referenced in: | [show references] |