static bool thoughtSpace_hasTriple(WebThoughtSpace ts, S a, S b, S c) { ret webs_search_noVar_bool( webFromTriple(a, b, c), thoughtSpace_indexedWebs(ts, a, b, c)); }