We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd28274 commit 948e362Copy full SHA for 948e362
CHANGES.md
@@ -38,18 +38,6 @@ profile. This started with version 0.26.0.
38
(#2664, #2666, #2671, @EmileTrotignon)
39
For example :
40
```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
50
51
52
-
53
(* before *)
54
begin
55
fun x ->
@@ -59,16 +47,6 @@ profile. This started with version 0.26.0.
59
begin fun x ->
60
some code
61
end
62
63
64
- lazy
65
66
- some code
67
68
69
- lazy begin
70
71
72
```
73
74
## 0.27.0
0 commit comments