comparison hello.agda @ 0:776f851a03a3

reflection and tactics
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 15 Mar 2019 17:35:46 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:776f851a03a3
1
2 module hello where
3
4 open import IO
5 open import Data.Bool
6 open import Data.String
7 open import Data.Nat
8
9 main = run (putStrLn "Hello, World!")
10