I am trying to use some lambdas in functional updates. Simple example would be
parse "update cfoo:foo'[c] from t"
!
`t
falseb
,`cfoo!,((`func;`foo);`c)
What is the `func in that parse tree? With what do I need to replace it in below?
![`t;();0b;(enlist `cfoo)!enlist ((`func;`foo);`c)]