1 | static L<Symbol> ai_texts_verified(CharSequence _a, CharSequence _b, CharSequence _c) { |
2 | Symbol a = symbol(_a), b = symbol(_b), c = symbol(_c); |
3 | int position = tripleIndexOf(a, b, c, symbol_dollarX()); |
4 | if (position < 0) fail("No $X in " + ai_renderTriple(a, b, c)); |
5 | if (ai_useThoughtSpaces()) |
6 | ret ai_texts_verified(a, b, c, thoughtSpace()); |
7 | |
8 | // legacy |
9 | ret allToSymbol(web_texts(ai_search_dollarX_verified(a, b, c))); |
10 | } |
11 | |
12 | static L<Symbol> ai_texts_verified(Symbol a, Symbol b, Symbol c, AbstractThoughtSpace ts) { |
13 | ret ai_tripleRefsToTexts_verified(a, b, c, ai_thoughtSpace_query(a, b, c, ts)); |
14 | } |
15 | |
16 | static L<Symbol> ai_texts_verified(T3<Sym> t) { |
17 | ret t == null ? sharedEmptyList() : ai_texts_verified(t.a, t.b, t.c); |
18 | } |
Began life as a copy of #1011647
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: | #1011847 |
Snippet name: | ai_texts_verified - ai_texts + verified |
Eternal ID of this version: | #1011847/4 |
Text MD5: | 46d196d91a7b3c5a9ffb3b940016d3e0 |
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:56:12 |
Source code size: | 751 bytes / 18 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 581 / 582 |
Version history: | 3 change(s) |
Referenced in: | [show references] |