Skip to content

Tests fail to compile for 0.3.2.1 #8

@sternenseemann

Description

@sternenseemann

Seems like an instance declaration was left over that has been moved into the library:

Building test suite 'test' for mfsolve-0.3.2.1..
[1 of 1] Compiling Main             ( tests/test.hs, dist/build/test/test-tmp/Main.o )

tests/test.hs:52:10: error:
    Duplicate instance declarations:
      instance (Floating n, Eq n, Ord n, Ord v) => Eq (Expr v n)
        -- Defined at tests/test.hs:52:10
      instance (Eq n, Eq v) => Eq (Expr v n) -- Defined in ‘Math.MFSolve’
   |
52 | instance (Floating n, Eq n, Ord n, Ord v) => Eq (Expr v n) where
   |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions