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

10
LINES

< > BotCompany Repo | #1020036 // nlLogic_producePartialApplications

JavaX fragment (include)

svoid nlLogic_producePartialApplications(final NLLogicChecker_v2 c, final IfThen rule, final VF1<IfThen> r) {
  if (rule == null) ret;
  if (!(rule.in instanceof And)) ret;
  final And a = cast rule.in;

  final new NLLogicChecker_v2.Matching m;
  c.iterate(a.a, m, r {
    callF(r, c.apply(IfThen(a.b, rule.out), m))
  });
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020036
Snippet name: nlLogic_producePartialApplications
Eternal ID of this version: #1020036/5
Text MD5: 71f220102ac5d7bfe2d41cf3693b9bc6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-04 17:26:32
Source code size: 334 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 211 / 228
Version history: 4 change(s)
Referenced in: [show references]