cakeml
cakeml copied to clipboard
Array-Like mechanism in Pancake
Currently there is no array representation in Pancake. This can be easily worked around using pointer arithmetic, however, without currently having access to multiplication and division this can be cumbersome. Having a native array representation would be a QoL improvement.