blob: 3a94e4cee84aa82f5efac94c902c7317596fbd82 (
plain)
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
|
(* TEST
toplevel;
*)
(3; 2;;
begin 3; 2;;
List.(3; 2;;
simple_expr.(3; 2;;
simple_expr.[3; 2;;
simple_expr.%[3;;
simple_expr.%(3;;
simple_expr.%{3;;
foo.Bar.%[3;;
foo.Bar.%(3;;
foo.Bar.%{3;;
simple_expr.{3, 2;;
{ x = 3; y;;
List.{ x = 3; y ;;
[| 3; 2;;
List.[|3; 2;;
[3; 2;;
List.[3; 2;;
{< x = 3; y; ;;
List.{< x = 3; y ;;
(module struct end :;;
List.(module struct end :;;
(=;;
while true do ();;
for _ = e1 to e2 do ();;
|