java.lang.Object
org.kink_lang.kink.internal.intrinsicsupport.BranchSupport
Funs for branch.
-
Method Summary
Modifier and TypeMethodDescriptionstatic FunValcondNotBool(Vm vm, int index, Val actual) Returns a nullary fun raising cond-result-not-bool error.static FunValnoMatchingCond(Vm vm) Returns a nullary fun raising no-matching-cond error.
-
Method Details
-
condNotBool
Returns a nullary fun raising cond-result-not-bool error.- Parameters:
vm- the vm.index- the arg index of the cond fun.actual- the actual result of the cond fun.- Returns:
- a nullary fun raising cond-result-not-bool error.
-
noMatchingCond
Returns a nullary fun raising no-matching-cond error.- Parameters:
vm- the vm.- Returns:
- a nullary fun raising no-matching-cond error.
-