Installation of utop
Andrey Frolov

Andrey Frolov @frolovdev

About: Passionate about coding

Joined:
Jul 31, 2019

Installation of utop

Publish Date: Aug 10 '21
4 0

Install some of required libraries for next sections

Utop - is an easier-to-use version of OCaml’s standard toplevel (which you can start by typing ocaml at the command line).



opam install base utop


Enter fullscreen mode Exit fullscreen mode

Remark on this from real world ocaml

Screen Shot 2021-08-10 at 5.14.31 PM

Write utop in terminal and here we go!



utop


Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment