java.lang.Object
org.kink_lang.kink.internal.intrinsicsupport.PreloadedFuns
Accessor to preloaded funs.
- 
Method Summary
Modifier and TypeMethodDescriptionReturns the syms of control funs.static ValpreloadedFun(Vm vm, String sym) Returns a preloaded fun. 
- 
Method Details
- 
controlSyms
Returns the syms of control funs.It must not contain "repr". Because it is modified for the top level binding of mods.
- Returns:
 - the syms of control funs.
 
 - 
preloadedFun
Returns a preloaded fun. Precondition: the specified var must be a preloaded fun.- Parameters:
 vm- the vm.sym- the sym of the var.- Returns:
 - the var.
 
 
 -