Skip to content

Commit 6edd723

Browse files
committed
Fix and elaborate README.
1 parent c095bbf commit 6edd723

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ let () = Lwt_main.run begin
4141
end
4242
```
4343

44-
## Limitations
44+
## Known Issues and Limitations
4545

4646
- The processor is currently new and not well tested. Please break it and
4747
file bug reports.
@@ -50,4 +50,6 @@ end
5050
other reasons a `Re_pcre` pattern may opt, please file a bug report.
5151
- Is it feasible to cover any reasonable ground with exhaustiveness checks?
5252
No attempt is currently made, and no warning is issued for a missing
53-
match-all case.
53+
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

Comments
 (0)