summaryrefslogtreecommitdiff
path: root/transfer/examples/layout.tra
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2005-12-09 11:45:57 +0000
committerbringert <bringert@cs.chalmers.se>2005-12-09 11:45:57 +0000
commitccfe7fb119aa4aed9b971bd52f72ab0f54df1bf4 (patch)
treed96ad696726ae6574c77f85d0908f9f63ef284cf /transfer/examples/layout.tra
parentce8376885c8edb58ae09b60aa49376b74b070626 (diff)
Transfer: changed syntax to remove the mandatory type annotation in let.
Diffstat (limited to 'transfer/examples/layout.tra')
-rw-r--r--transfer/examples/layout.tra2
1 files changed, 1 insertions, 1 deletions
diff --git a/transfer/examples/layout.tra b/transfer/examples/layout.tra
index ad35af376..8c2d9aa3f 100644
--- a/transfer/examples/layout.tra
+++ b/transfer/examples/layout.tra
@@ -1,5 +1,5 @@
x : Apa
-x = let x : T = y
+x = let x = y
in case y of
f -> q
_ -> a