diff options
Diffstat (limited to 'transfer/examples/layout.tra')
| -rw-r--r-- | transfer/examples/layout.tra | 2 |
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 |
