summaryrefslogtreecommitdiff
path: root/tests/stuff.lac
blob: c5d5852e7d936ae0df312ea0e24d83210a5275ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
con c1 = t :: Type -> t
con c2 :: Type = t :: Type -> t
con c3 = fn t :: Type => c1
con c4 = c3 c1
con c5 = (fn t :: Type => c1) c1

con name = #MyName

con c6 = {A : c1, name : c2}
con c7 = [A = c1, name = c2]

con c8 = fn t :: Type => t