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 c095bbf commit 6edd723Copy full SHA for 6edd723
README.md
@@ -41,7 +41,7 @@ let () = Lwt_main.run begin
41
end
42
```
43
44
-## Limitations
+## Known Issues and Limitations
45
46
- The processor is currently new and not well tested. Please break it and
47
file bug reports.
@@ -50,4 +50,6 @@ end
50
other reasons a `Re_pcre` pattern may opt, please file a bug report.
51
- Is it feasible to cover any reasonable ground with exhaustiveness checks?
52
No attempt is currently made, and no warning is issued for a missing
53
- match-all case.
+ catch-all case.
54
+- The extension does not work on top-level evals, but it works if you bind
55
+ to a unit value.
0 commit comments