summaryrefslogtreecommitdiff
path: root/transfer/examples/layout.tr
blob: 46adf5631eb80c3040eae06df823896141b2826f (plain)
1
2
3
4
5
6
7
8
9
x : Apa
x = let x : T = y 
     in case y of
         f -> q
         _ -> a

f = \x -> case x of
	        { r = _ } -> 0