type
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2023-04-18 23:35:30 -05:00
parent a15af59267
commit a78654b8eb
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -180,3 +180,12 @@
it out
- could this include valueMatches, which runs a custom predicate?
- select means should this be included in the result
- Type system?
- If i'm going to have the concept of higher-order nodes, might as well have
a type system, at the very least for the metadata keys
- I kinda want some kind of refinement type / contract system. Not sure how
this will look yet
- Proof carrying code for executors? lol