prozacchiwawa/idris-subleq
Subleq.SubleqMachine pc mem encodes the full state of the computer in its type, so it should be possible to ask idris…github.com Two things I learned from this: If you write objects with values encoded at both runtime and compile time, you can use type classes to guide Idris through induction on them rather than having to reimplement it as proof code. Not only that, but the compiler can act as a…