From ccfe7fb119aa4aed9b971bd52f72ab0f54df1bf4 Mon Sep 17 00:00:00 2001 From: bringert Date: Fri, 9 Dec 2005 11:45:57 +0000 Subject: Transfer: changed syntax to remove the mandatory type annotation in let. --- transfer/examples/layout.tra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transfer/examples/layout.tra') 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 -- cgit v1.2.3