You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of problems with the current K code related to computing and handling values:
Heating and cooling provided by K should be used instead of the current manual version of it
The #arithmeticInt function should be removed (replaced by rewriting) to avoid excessive branching on the potential KItem results
The TypedLocal sort should have subsorts to distinguish Moved and uninitialised values from usable values. A number of internal functions should only operate on the usable values
The text was updated successfully, but these errors were encountered:
There are a number of problems with the current K code related to computing and handling values:
#arithmeticInt
function should be removed (replaced by rewriting) to avoid excessive branching on the potentialKItem
resultsTypedLocal
sort should have subsorts to distinguishMoved
and uninitialised values from usable values. A number of internal functions should only operate on the usable valuesThe text was updated successfully, but these errors were encountered: