summary refs log tree commit diff stats
path: root/tests/generics/tgenericlambda.nim
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2014-03-20 01:15:20 +0200
committerZahary Karadjov <zahary@gmail.com>2014-03-20 01:16:50 +0200
commit8a0509b3b255c2aef10b9db468810d98ae0d4215 (patch)
tree02df5079131c7172ed83140a62ed32cd2b77ba9a /tests/generics/tgenericlambda.nim
parentd508384d39461966ee247a01ad637bc57d3f62af (diff)
downloadNim-8a0509b3b255c2aef10b9db468810d98ae0d4215.tar.gz
implements ``distinct with/without X, Y``
This still doesn't work quite right, because some common operations like array
indexing lay completely outside the scope/symbol lookup system - they are not
even magics.
Diffstat (limited to 'tests/generics/tgenericlambda.nim')
0 files changed, 0 insertions, 0 deletions
3adde3985f0e7c5a2'>3d566884 ^
0b5c4cbe ^
0b5c4cbe ^






2b3db775 ^
2b3db775 ^



3d566884 ^

2b3db775 ^
3d566884 ^


9dc6fe07 ^
3d566884 ^

5805deca ^
3d566884 ^

9dc6fe07 ^
3d566884 ^



3d566884 ^
f027adc0 ^




3d566884 ^
f027adc0 ^



0b5c4cbe ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68