This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
ocaml
Watch
1
Star
0
Fork
You've already forked ocaml
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
546c22b67e
ocaml
/
testsuite
/
tests
/
typing-modules
/
a.mli
4 lines
48 B
OCaml
Raw
Normal View
History
Unescape
Escape
Support module aliases. Namely, you can write "module L = List" in signatures, and avoid have the compiler use directly List when you write L. See examples in testsuite/tests/typing-modules/aliases.ml git-svn-id: http://caml.inria.fr/svn/ocaml/branches/module-alias@14196 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2013-09-29 00:22:34 -07:00
module
L
=
List
module
S
=
String
Do not add module aliases to imports git-svn-id: http://caml.inria.fr/svn/ocaml/branches/module-alias@14219 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2013-10-08 01:18:38 -07:00
module
D'
=
D