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

7
LINES

< > BotCompany Repo | #1018241 // checkIfFunctionDistinguishesTwoMechLists

JavaX fragment (include)

sbool checkIfFunctionDistinguishesTwoMechLists(S function, S posExamplesListName, S negExamplesListName) {
  for (S s : mL(posExamplesListName))
    if (!isTrue(callAndMake(function, s))) false;
  for (S s : mL(negExamplesListName))
    if (isTrue(callAndMake(function, s))) false;
  true;
}

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: 278 / 298
Version history: 1 change(s)
Referenced in: [show references]