Coding 2025-05-24

By Max Woerner Chase

Going to have to make this quick. I'm in the middle of building up the System F implementation, but there are so many tiny methods to write. I basically need to implement the evaluation rules for the lambda calculus again, but with types instead of values, and so this means that, not only do I need to write more implementations per method, but I need to write more methods overall.

Where I stand with this is:

Anyway, I need to wrap things up.

Good night.