pharaun / alldice

Restful interface to a dice expression eval and generator.
Apache License 2.0
0 stars 1 forks source link

Fix up all of the warnings generated by the cabal build process #3

Closed pharaun closed 9 years ago

pharaun commented 10 years ago

There is a shit-ton of warning generated such as incomplete pattern matching, and various uses of unsafe-head here and there. It would be terrific to go back through this and clean up all of these warnings.

pharaun commented 9 years ago

I was able to terminate the large majority of these cases, a couple had to be marked as an error for now because there was no good answer to a few partial function, but at least it won't crash hard.

Should look into further analysis for completeness.