Skip to content

Fix compiler warnings #58

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

Closed
wants to merge 2 commits into from
Closed

Fix compiler warnings #58

wants to merge 2 commits into from

Conversation

JordanMartinez
Copy link
Contributor

Fixes the compiler warnings I missed in #57

However, I'm not sure what to do about this compiler warning:

Warning 1 of 71:

  in module Type.Data.Ordering
  at .spago/typelevel-prelude/master/src/Type/Data/Ordering.purs:15:1 - 15:27 (line 15, column 1 - line 15, column 27)

    Module Prim.Ordering was imported as PO with unspecified imports.
    As this module is being re-exported, consider using the explicit form:

      import Prim.Ordering (EQ, GT, LT, Ordering) as PO

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

@hdgarrood
Copy link
Contributor

Merged in #63

@hdgarrood hdgarrood closed this Oct 19, 2020
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.

4 participants