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

11
LINES

< > BotCompany Repo | #1022591 // dm_evalInQ

JavaX fragment (include)

1  
static <A> A dm_evalInQ(F0<A> f) {
2  
  ret dm_evalInQ(dm_current_mandatory(), f);
3  
}
4  
5  
static <A> A dm_evalInQ(IF0<A> f) {
6  
  ret dm_evalInQ(dm_current_mandatory(), if0ToF0(f));
7  
}
8  
9  
static <A> A dm_evalInQ(DynModule module, F0<A> f) {
10  
  ret evalInQ(module.q(), f);
11  
}

Author comment

Began life as a copy of #1022571

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1022591
Snippet name: dm_evalInQ
Eternal ID of this version: #1022591/5
Text MD5: 0123aef3acd097c950ee83087fad2623
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-05 12:52:22
Source code size: 270 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 197 / 240
Version history: 4 change(s)
Referenced in: [show references]