Changed all example programs to use layout syntax.

This commit is contained in:
bringert
2005-11-28 21:45:22 +00:00
parent 5a82068ddc
commit 02c23401a7
10 changed files with 83 additions and 90 deletions

View File

@@ -1,3 +1,3 @@
import nat ;
import nat
main = natToInt (intToNat 100) ;
main = natToInt (intToNat 100)