cmd does not work well with OverloadedStrings
Aperta
- Lingua principale
- Haskell
- Stelle
- 6
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
``` 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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.