-
utop works perfectly in shell mode (Debian Stretch).
Within emacs, I'm fine with tuareg/merlin/auto-complete. But I can't have utop up&running there.
```
M-x utop
utop command line: opam config …
-
Hello,
Is it foolish to want utop to work with metaocaml. I'm totally new to ocaml and metaocaml, so my expectations need setting.
Cheers...
-
When trying to use `OCaml utop`, I receive the following:
```
Welcome to utop version 1.17 (using OCaml version 4.02.1)!
Findlib has been successfully loaded. Additional directives:
#require "pack…
ilch1 updated
7 years ago
-
I am going through the "Real World OCaml: Functional Programing for the Masses" book.
I have set up utop to run in Sublime Text 3 using SublimeREPL on a MacBook Pro OX 10.12.2 Sierra
I installed O…
-
Here is the linker error when running `dune utop` in [ocaml-rust-starter](https://github.com/zshipko/ocaml-rust-starter):
```
/usr/bin/ld: src/libocaml_rust_starter.a(ocaml_interop-4a398e80f3ca6ce…
-
In `utop`, by contrast with `ocaml`, Topfind apparently ignores the value of `Sys.interactive` and prints its greeting message anyway.
Tested with OCaml 4.07.0, ocamlfind 1.8.0, utop 2.2.0.
In `…
-
(I'll submit a PR)
Using `dune utop` in an opam switch that has `tsdl` on Windows results in:
```text
Fatal error: exception Dl.DL_error("dlsym: no such symbol: \"SDL_GetError\"")
```
That …
-
I believe the behaviour of `Uri.path` is wrong when it is passed a Uri beginning with exactly two slashes. In such case, it drops everything before the third slash
```shell
#require "uri-sexp";;
…
-
When opening a .ml file in emacs, tuareg and merlin modes are loaded as expected.
But merlin seems not to find my `.merlin` file:
* it complains about unbound module until I "use a package" from the…
-
For example, in this case:
```
$ opam install utop
The following actions will be performed:
- install cppo.1.0.1 [required by utop]
- install camlp4.4.01.0 …