cmd does not work well with OverloadedStrings
Ouverte
- Langage dominant
- Haskell
- Étoiles
- 6
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
``` haskell
{-# LANGUAGE OverloadedStrings #-}
import System.Command
main :: IO ()
main = do
cmd "ls"
```
gives:
```
No instance for (Arg a2) arising from a use of `cmd'
The type variable `a2' is ambiguous
```
What can we do to about this?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.