haskell / haskell/stylish-haskell
Spaces are added to imports of operators which start with `#`
Ouverte
- Langage dominant
- Haskell
- Étoiles
- 1k
- Forks
- 153
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
The following line
```haskell
import Foo ((#|), (#%), (|#), (%#))
```
is formatted by stylish-haskell as follows:
```haskell
import Foo (( #% ), ( #| ), (%#), (|#))
```
This probably has something to do with `-XMagicHash`, even though `-XMagicHash` isn't enabled anymore.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.