Otherwise, Claude just exhausts my tokens.
Otherwise, Claude just exhausts my tokens.
gist.github.com/cogumbreiro/...
gist.github.com/cogumbreiro/...
I love the irony of playing Unpacking while being at a messy room that I should be cleaning. It's a unique game in that way.
I love the irony of playing Unpacking while being at a messy room that I should be cleaning. It's a unique game in that way.
gist.github.com/cogumbreiro/...
gist.github.com/cogumbreiro/...
That being said, this is my first time playing with GADTs, so I'm just mashing keys.
That being said, this is my first time playing with GADTs, so I'm just mashing keys.
- invc H (which does `inversion H; subst; clear H`)
- `rename_hyp PATT as H`, which renames an assumption given a pattern PATT with name H
- `invc_hyp PATT`, which performs `invc` on an assumption given by a pattern PATT. #RocqLang #CoqLang