Skip to content

Commit b66aa8a

Browse files
committed
Remove reference to the doc in the readme, will add it when jbuilder will handle it
1 parent 7bc3667 commit b66aa8a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
Nullable-array is a small self-contained library providing an efficient implementation for a type equivalent to `'a option array`
22

3-
The OCamlDoc documentation is available (here)[...]
4-
5-
63
```OCaml
74
let a = Nullable_array.make 3 in
85
Nullable_array.set 1 (Some 4);

0 commit comments

Comments
 (0)