1 | static L<SS> ai_iterateExpressionOnFacts(Exp exp, LS facts) {
|
2 | final new NLLogicChecker_v3 c; |
3 | c.facts = facts; |
4 | final new NLLogicChecker_v2.Matching m; |
5 | final new L<SS> matches; |
6 | c.iterate(exp, m, r { matches.add(m.matches) });
|
7 | ret matches; |
8 | } |
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: | 585 / 622 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |