Skip to content

Commit

Permalink
Update FAQ to add help on "unbound module batteries" error.
Browse files Browse the repository at this point in the history
  • Loading branch information
thelema committed Jul 15, 2012
1 parent 0bdfe1b commit 9419d02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions FAQ
@@ -1,5 +1,14 @@
*** FAQ for Batteries Included ***

*** Common Problems ***

**** "Error: Unbound module Batteries"

1) Change `open Batteries` to `open Batteries_uni`. If compiling without threads,
`Batteries` is not available, only `Batteries_uni`
2) Check that you're using ocamlfind with `-package batteries`, or `pkg(batteries)`
in ocamlbuild to tell OCaml to make batteries available to your code.

*** General ***

**** What is OCaml Batteries ****
Expand Down

0 comments on commit 9419d02

Please sign in to comment.