In this example I would like to comment where clause (maybe to uncomment it later):
fn x = x*x
-- where
-- res = x*x
After formatting, such indented commented lines lose indentation:
fn x = x*x
-- where
-- res = x*x
If to uncomment on them there will be no indentation, this seems to be minor, though I think it should not happen.
In this example I would like to comment
whereclause (maybe to uncomment it later):After formatting, such indented commented lines lose indentation:
If to uncomment on them there will be no indentation, this seems to be minor, though I think it should not happen.