Skip to content
Snippets Groups Projects
Commit 6fae2d4a authored by Mário Pereira's avatar Mário Pereira
Browse files

Multiple "use": multiple module names allowed after "use". For instance:

  use int.Int, set.Fset, ref.Ref
  (as updated in the pigeonhole.mlw file)

Any module name can be followed by a "as M" clause, but only a single "import"
is allowed. For instance:

  use import int.Int as I, map.Map as M

imports both Int and Map. To import Int but not Map, one would have to write

  use import int.Int as I
  use map.Map as M
parent 8681df7d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment