Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various cleanups to remove warnings #77

Merged
merged 3 commits into from Nov 30, 2015
Merged

Conversation

hvr
Copy link
Member

@hvr hvr commented Nov 28, 2015

No description provided.

Specifically,

  src/Main.hs:135:31: Warning:
    Defaulting the following constraint(s) to type ‘Integer’
      (Num a0) arising from the literal ‘8’ at src/Main.hs:135:31
      (Read a0) arising from a use of ‘reads’ at src/Main.hs:136:29-33
      (Show a0) arising from a use of ‘show’ at src/Main.hs:176:44-47
    In the first argument of ‘return’, namely ‘8’
    In the expression: return 8
    In a case alternative: [] -> return 8
also tested this still works with the older QuickCheck 2.6
simonmar added a commit that referenced this pull request Nov 30, 2015
Various cleanups to remove warnings
@simonmar simonmar merged commit 9f96b6d into haskell:master Nov 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants