clarify
This commit is contained in:
parent
d2b511f99f
commit
7b33542c01
|
@ -1,7 +1,7 @@
|
||||||
# letsqlite -- monadic interface to sqlite3 for OCaml
|
# letsqlite -- monadic interface to sqlite3 for OCaml
|
||||||
|
|
||||||
This library offers an interface to [sqlite3-ocaml][1] using monads
|
This library offers an interface to [sqlite3-ocaml][1] using monads
|
||||||
and standard `let` statements.
|
and monadic `let` statements.
|
||||||
|
|
||||||
For example usage, see the test in `src/letsqlite.ml`. For
|
For example usage, see the test in `src/letsqlite.ml`. For
|
||||||
documentation, refer to `src/letsqlite.mli`.
|
documentation, refer to `src/letsqlite.mli`.
|
||||||
|
|
Loading…
Reference in New Issue