LaTeX natural deduction proofs using Haskell
I’m using your question as an excuse to improve and demo a Haskell call-tracing library I’m working on. In the context of tracing, an obvious way to create a proof tree is to trace a type checker and then format the trace as a natural-deduction proof. To keep things simple my example logic is the … Read more