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
When I was working with this astexplorer-remft feature, I found that we could probably have it directly on reason refmt as printReasonAST (Or something like it).
BUT I realized that we don't have the refmt support anymore.
We have the refmt implementation at melange playground: https://github.com/melange-re/melange/blob/main/playground/dune
We could bring back the refmt reason support and then use it at melange playground.
Later, after bringing the refmt back, we could apply the printReasonAST and printOcamlAST. Does it make sense? (I can make this improvement if you guys want).
Description
When I was working with this astexplorer-remft feature, I found that we could probably have it directly on reason refmt as
printReasonAST
(Or something like it).BUT I realized that we don't have the refmt support anymore.
We have the refmt implementation at melange playground: https://github.com/melange-re/melange/blob/main/playground/dune
We could bring back the refmt reason support and then use it at melange playground.
Later, after bringing the refmt back, we could apply the
printReasonAST
andprintOcamlAST
. Does it make sense? (I can make this improvement if you guys want).CC: @anmonteiro @davesnx
The text was updated successfully, but these errors were encountered: