Skip to content

Instantly share code, notes, and snippets.

@sordina
sordina / demo1A.agda
Created July 4, 2012 17:28
A quick introduction to Agda
-- Hello Agda Enthusiasts!
-- Let's play with Agda.
-- Firstly, since we're editing demo1A.agda, let's name our module correctly:
module demo1A where -- Load the file with C-c C-l - Like that!
-- Syntax is highlighted by Emacs