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
If the name of an extension node is an OCaml keyword, the indentation mode gets extremely confused. I have observed this in at least two scenarios. Once when trying to add a monadic do block as in:
begin%do
...
end
In another example, using the ppxlib.metaquot functionality and the type extension deeply confuses Tuareg, e.g.
match x with
| [%type: int] -> ...
The text was updated successfully, but these errors were encountered:
If the name of an extension node is an OCaml keyword, the indentation mode gets extremely confused. I have observed this in at least two scenarios. Once when trying to add a monadic do block as in:
In another example, using the
ppxlib.metaquot
functionality and thetype
extension deeply confuses Tuareg, e.g.The text was updated successfully, but these errors were encountered: