utop Questions

1

Is it possible reload modules in OCaml's utop? My development workflow goes something like this when playing around with OCaml code: First, open up a file example.ml in Vim and hack on it. Switch...
Sarmentose asked 4/9, 2017 at 6:59

3

Solved

In utop, when opening a library (via ~require ...) or when opening a module (via open Module_name), is there a way to get the content of the library or module? utop offers this by completion tabs, ...
Badr asked 19/11, 2015 at 5:58

3

I am new to Ocaml and just setting up my dev environment with emacs, merlin and flycheck. Everything works more or less expected except one thing : merlin doesn't seem to be able recognise the depe...
Statius asked 19/7, 2015 at 9:16

4

I'm trying to learn OCaml through the Real World OCaml book. They have a guide by which I am supposed to install the Core package and utop. However, while I seem to be successfully installing both ...
Serotherapy asked 23/12, 2013 at 7:27

1

Solved

I am sorry for the newb question, but I am just starting with OCaml and I could not find how to ues utop autocompletion. When I start typing something in utop, I see a list of choices at the botto...
Lewis asked 23/2, 2015 at 10:23

2

Solved

I'm currently working through "Real Word OCaml", and one of the basic examples with named / labeled parameters doesn't seem to work (using utop 4.01.0): let languages = ["OCaml"; "Perl"; "C"];; Li...
Hymn asked 1/2, 2014 at 13:22

1

Solved

When I'm using OCaml utop every line of the input and output is printed into the console: ───┬──────────────────────────────────────────────────────────────┬─── │ Welcome to utop version 2.10.0 (u...
Preparedness asked 27/1, 2014 at 22:37
1

© 2022 - 2024 — McMap. All rights reserved.