ocaml.org icon indicating copy to clipboard operation
ocaml.org copied to clipboard

Explain module aliases in module tutorial

Open cuihtlauac opened this issue 1 year ago • 1 comments

Add text in the module tutorial explaining that kind of code:

module Foo = Foo
module Bar = Baz
module Qux = Set.Make(Quy)

Module tutorial PR: https://github.com/ocaml/ocaml.org/pull/1778

https://v2.ocaml.org/releases/5.1/htmlman/modules.html

cuihtlauac avatar Dec 19 '23 14:12 cuihtlauac

It would be helpful if you provided the location with a full path, such as data/tutorials/getting-started (For other issues as well).

The-Amoghavarsha avatar Dec 21 '23 13:12 The-Amoghavarsha