1 | sbool checkIfFunctionDistinguishesTwoMechLists(S function, S posExamplesListName, S negExamplesListName) { |
2 | for (S s : mL(posExamplesListName)) |
3 | if (!isTrue(callAndMake(function, s))) false; |
4 | for (S s : mL(negExamplesListName)) |
5 | if (isTrue(callAndMake(function, s))) false; |
6 | true; |
7 | } |
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: | #1018241 |
Snippet name: | checkIfFunctionDistinguishesTwoMechLists |
Eternal ID of this version: | #1018241/2 |
Text MD5: | 83919ee61d5a99b7848743692eea02e0 |
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 22:20:09 |
Source code size: | 297 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 414 / 433 |
Version history: | 1 change(s) |
Referenced in: | [show references] |