Skip to content

Commit 948e362

Browse files
Update CHANGES.md
1 parent dd28274 commit 948e362

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

CHANGES.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@ profile. This started with version 0.26.0.
3838
(#2664, #2666, #2671, @EmileTrotignon)
3939
For example :
4040
```ocaml
41-
(* before *)
42-
begin
43-
match a with
44-
| A -> a
45-
| B -> b
46-
end
47-
(* after *)
48-
begin match a with
49-
| A -> a
50-
| B -> b
51-
end
52-
5341
(* before *)
5442
begin
5543
fun x ->
@@ -59,16 +47,6 @@ profile. This started with version 0.26.0.
5947
begin fun x ->
6048
some code
6149
end
62-
63-
(* before *)
64-
lazy
65-
begin
66-
some code
67-
end
68-
(* after *)
69-
lazy begin
70-
some code
71-
end
7250
```
7351

7452
## 0.27.0

0 commit comments

Comments
 (0)