Timo Carlin-Burns

Results 88 comments of Timo Carlin-Burns

Read the original post again. I think you've got it wrong. > - Any drawn card that you've seen in the present game will have the "blank" back > -...

I think it's valuable to maintain separate `.mm0` and `.mm1` files, but I don't like the duplication between them. (All the axioms, sorts, terms, and public definitions have to be...

Part of the issue seems to be that Arch doesn't install Netcat by default. After installing Netcat `make test` just hangs after: ``` ./ceptr_specs Running all tests... ```

Thanks for putting the effort into these three PRs. Sorry for leaving you hanging, they were not on the team's radar. I don't think the cosmetics of this UI are...

I thought it was a bit ugly that this PR had to unfold morally private definitions from core like `eraseIdxAux` so I made a PR which would allow us to...

One downside of this derive handler is that the code it produces using `Eq.rec` sometimes can't be reduced by the kernel, while a hand-written implementation might use easier to reduce...

I believe the motivation for this warning is because you might be trying to copy a whole replay but you didn't realize you needed to skip to the end first....