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

11
LINES

< > BotCompany Repo | #1031584 // testTranspilation - synonym of testTranspilationFunction

JavaX fragment (include)

// test against cases
svoid lambdaMapLike testTranspilation(IVF1<LS> f, S in, S out, S... moreInOut) {
  testTranspilationFunction(f, in, out, moreInOut);
}



// just apply and return transpilation
sS testTranspilation(IVF1<LS> f, S s) {
  ret testTranspilationFunction(f, s);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031584
Snippet name: testTranspilation - synonym of testTranspilationFunction
Eternal ID of this version: #1031584/1
Text MD5: 51a7028bbd164f011d2a365c43083e86
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-22 06:47:24
Source code size: 283 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 80 / 104
Referenced in: [show references]