
Oct. 18, 2021
4:36 p.m.
On Tue, Oct 19, 2021 at 3:34 AM Ricky Teachey <ricky@teachey.org> wrote:
insert(x).into.seq(s).at(i) insert(k, v).into.mapping(m)
I would never use any of this in a serious application, but it's still fun.
Reminds me of some testing/assertion frameworks. I'm not a fan, but some people like it. expect(thing).to.be.numeric() ChrisA