You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
only opening a subset of Pervasives so that none of OCaml's style leak to the user.
That's something we want to achieve in the upstream too, do you have a list of functions to hide? nopervasives works but should be an internal flag. @bloodyowl I would suggest we work together in this direction, there is a similar discussion here
Activity
cristianoc commentedon May 31, 2021
++ @bobzhang : is
-nopervasives
part of the officially supported API?bobzhang commentedon Jun 1, 2021
That's something we want to achieve in the upstream too, do you have a list of functions to hide?
nopervasives
works but should be an internal flag.@bloodyowl I would suggest we work together in this direction, there is a similar discussion here
cristianoc commentedon Jun 1, 2021
Once something official is worked out, we can support it in the editor.