1 | static L<IfThen> nlLogic_safeLHSEvalsOnly_verbose(L<IfThen> rules) { |
2 | new L<IfThen> l; |
3 | for (IfThen r : unnull(rules)) |
4 | if (nlLogic_allLHSEvalsSafe(r)) |
5 | l.add(r); |
6 | else |
7 | print("Dropping eval-unsafe rule: " + r); |
8 | ret l; |
9 | } |
Began life as a copy of #1018164
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: | #1018256 |
Snippet name: | nlLogic_safeLHSEvalsOnly_verbose |
Eternal ID of this version: | #1018256/1 |
Text MD5: | 89cf0109ca82c47c945da49d45226d19 |
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-12 17:51:53 |
Source code size: | 248 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 301 / 335 |
Referenced in: | [show references] |