syntax - What does "open!" mean in OCaml? -


i'm looking @ ocaml source file begins following instruction:

open! miscparser 

i understand open miscparser means "open miscparser module", don't know exclamation mark means.

it's avoid triggering warnings if open shadows exisiting identifier. see manual.


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -