CakeML / CakeML/cakeml

Pancake shape improvement

Open
#1,035 1 comment 1 reaction 0 assignees View on GitHub
Pancake
Dominant language
Standard ML
Stars
1.2k
Forks
104
Avg merge
2d 21h
Merged PRs (30d)
16

Description

It seems that currently we can read from shape by index, but cannot write to shape by index. For example
```c
fun main () {
var hello = lds {3} @base;
// hello.0 = 0; --> this doesn't work
stw @base, 0;
return 0;
}
```
Would be nice to write to shape by index as well (if can we can index by namestrings that'd be even better!)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.