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

Compile-time warnings #31

Open
Unisay opened this issue Sep 26, 2017 · 0 comments
Open

Compile-time warnings #31

Unisay opened this issue Sep 26, 2017 · 0 comments

Comments

@Unisay
Copy link

Unisay commented Sep 26, 2017

> pulp --version
Pulp version 12.0.1
purs version 0.11.6 using /usr/bin/purs

Compile time warnings:

Warning 1 of 5:

  at bower_components/purescript-quickcheck-laws/src/Test/QuickCheck/Laws.purs line 22, column 16 - line 22, column 54

    The derived newtype instance for
                             
      Data.Enum.BoundedEnum A
                             
    does not include a derived superclass instance for Data.Enum.Enum.


  See https://github.com/purescript/documentation/blob/master/errors/MissingNewtypeSuperclassInstance.md for more information,
  or to contribute content related to this warning.

Warning 2 of 5:

  at bower_components/purescript-quickcheck-laws/src/Test/QuickCheck/Laws.purs line 33, column 16 - line 33, column 54

    The derived newtype instance for
                             
      Data.Enum.BoundedEnum B
                             
    does not include a derived superclass instance for Data.Enum.Enum.


  See https://github.com/purescript/documentation/blob/master/errors/MissingNewtypeSuperclassInstance.md for more information,
  or to contribute content related to this warning.

Warning 3 of 5:

  at bower_components/purescript-quickcheck-laws/src/Test/QuickCheck/Laws.purs line 44, column 16 - line 44, column 54

    The derived newtype instance for
                             
      Data.Enum.BoundedEnum C
                             
    does not include a derived superclass instance for Data.Enum.Enum.


  See https://github.com/purescript/documentation/blob/master/errors/MissingNewtypeSuperclassInstance.md for more information,
  or to contribute content related to this warning.

Warning 4 of 5:

  at bower_components/purescript-quickcheck-laws/src/Test/QuickCheck/Laws.purs line 55, column 16 - line 55, column 54

    The derived newtype instance for
                             
      Data.Enum.BoundedEnum D
                             
    does not include a derived superclass instance for Data.Enum.Enum.


  See https://github.com/purescript/documentation/blob/master/errors/MissingNewtypeSuperclassInstance.md for more information,
  or to contribute content related to this warning.

Warning 5 of 5:

  at bower_components/purescript-quickcheck-laws/src/Test/QuickCheck/Laws.purs line 66, column 16 - line 66, column 54

    The derived newtype instance for
                             
      Data.Enum.BoundedEnum E
                             
    does not include a derived superclass instance for Data.Enum.Enum.


  See https://github.com/purescript/documentation/blob/master/errors/MissingNewtypeSuperclassInstance.md for more information,
  or to contribute content related to this warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant