cs3110 / textbook

The CS 3110 Textbook, "OCaml Programming: Correct + Efficient + Beautiful"
Other
738 stars 134 forks source link

`opam switch list` shows `ocaml-options-vanilla.1` appended to the compiler name #188

Open muzimuzhi opened 2 months ago

muzimuzhi commented 2 months ago

This is what I got in macOS 14.6.1, Intel Arch.

$ opam switch list
#  switch         compiler                                           description
→  cs3110-2024fa  ocaml-base-compiler.5.2.0,ocaml-options-vanilla.1  ocaml-base-compiler = 5.2.0

Maybe the ocaml-options-vanilla.1 part can be either added to the stdout of opam switch list shown in the Installing OCaml section, or be mentioned in the paragraph immediately following.

https://github.com/cs3110/textbook/blob/1b4d607d7429beed7d992dce9e226c892797dc98/src/chapters/preface/install.md?plain=1#L301-L308