September 28, 2007
This time I am implementing the example in another section of Why Dependent Types Matter by Altenkirch, McBride, and McKinna in Agda: proving that mergesort returns an ordered list.
[More ...]
- 2 Comments
Tags: Agda, Dependent Type.
September 27, 2007
Continuing with my Adga programming practice. Part of the mergesort example became easy once Max showed me how I should perform the pattern matching in insert.
[More ...]
- 4 Comments
Tags: Agda, Dependent Type.
September 19, 2007
During the WG 2.1 meeting, my attention was brought to Agda. So, here is my first Agda program. I am merely repeating some simple exercises on lists, which I tried using Haskell in a previous entry Developing Programs and Proofs Spontaneously using GADT.
[More ...]
- 2 Comments
Tags: Agda, Curry-Howard, Dependent Type.