[ Content | View menu ]

Monthly Archive September, 2008

General Recursion using Coindutive Monad

September 28, 2008

It would be nice to if we could write the program and prove its termination separately. Adam Megacz published an interesting paper: A Coinductive Monad for Prop-Bounded Recursion. As a practice, I tried to port his code to Agda.

[More ...] - 0 Comments
Tags: , , .

Typed λ Calculus Interpreter in Agda

September 24, 2008

In a recent meeting I talked to my assistants about using dependent type to guarantee that, in an evaluator for λ calculus using de Bruin indices, that variable look-up always succeeds.

[More ...] - 0 Comments
Tags: , , .