Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1018244 // ai_iterateExpressionOnFacts

JavaX fragment (include)

static L<SS> ai_iterateExpressionOnFacts(Exp exp, LS facts) {
  final new NLLogicChecker_v3 c;
  c.facts = facts;
  final new NLLogicChecker_v2.Matching m;
  final new L<SS> matches;
  c.iterate(exp, m, r { matches.add(m.matches) });
  ret matches;
}

Author comment

Began life as a copy of #1018057

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018244
Snippet name: ai_iterateExpressionOnFacts
Eternal ID of this version: #1018244/3
Text MD5: 799778f978e95d8ed3aa39fd54e40e89
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-11 23:01:17
Source code size: 257 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 281 / 317
Version history: 2 change(s)
Referenced in: [show references]