[Bug 710383] Review Request: Agda - Commandline for dependently typed functional language

bugzilla at redhat.com bugzilla at redhat.com
Wed Jul 11 12:11:50 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=710383

--- Comment #5 from Jens Petersen <petersen at redhat.com> ---
A small example of usage:

$ cat test.agda
module test where

data Bool : Set where
  true : Bool
  false : Bool
$ agda test.agda
Checking test (/home/petersen/pkgreview/Agda/test/test.agda).
Finished test.
$

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the haskell-devel mailing list