1 citations · 1 across the 1 of their papers we have counts for
1 paper
Runhang Li, Jeremy Yallop
We propose a harmonious extension of OCaml's 'open' construct. OCaml's existing construct 'open M' imports the names exported by the module 'M' into the current scope. At present '…