gelisam / hawk

Haskell text processor for the command-line
Apache License 2.0
361 stars 20 forks source link

delete the last failing System.Console.Hawk.Test, fixes #201 #233

Closed gelisam closed 4 years ago

gelisam commented 4 years ago

The failing test was that [] should evaluate to "", but instead has an ambiguous type. Well, I agree that [] has an ambiguous type. Maybe older versions of ghc were defaulting it to type [()]; but if newer versions of ghc aren't, no big deal, I don't think this is a feature worth keeping.