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
which are needed for merlin and currently require us to use ocaml jbuilds.
I'm only proposing to support this at the toplevel, but this could be pushed down to arbitrary places (after all, (select ...) already does similar things).
The text was updated successfully, but these errors were encountered:
This is similar to #819 but with a somewhat broader scope.
The idea would be to support
(if <cond> <then> [else])
at the toplevel of a jbuild.This would allow encoding the example of #819, which was:
as
(of course I have nothing with the sugar proposed in #819).
But would also allow doing things like:
which are needed for merlin and currently require us to use ocaml jbuilds.
I'm only proposing to support this at the toplevel, but this could be pushed down to arbitrary places (after all,
(select ...)
already does similar things).The text was updated successfully, but these errors were encountered: