Hello,<br><br>I'd like to play with core in my toplevel.<br><br>Is there a recipe?<br><br>I have installed everything with OPAM:<br>$ opam list | egrep "core|async"<br>async                 108.07.01  Monadic concurrency library<br>async_core            108.07.01  Monadic concurrency library<br>async_extra           108.07.01  Monadic concurrency library<br>async_unix            108.07.01  Monadic concurrency library<br>core                  108.07.01  Industrial strength alternative to OCaml's standard library<br>core_extended                --  Extra components that are not as closely vetted or as stable as Core<br><br>In my toplevel, I type<br>#use "topfind";;<br>#list;;<br><br>Nothing about core or async shows up.<br>While parmap is there, for example.<br><br>Is this normal?<br><br>I guess there is some configuration file of findlib to tweak somewhere.<br><br>Regards,<br>F.<br><br>