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

concreteToGroundVal doesn't handle ConcreteFloats #70

Open
RyanGlScott opened this issue Nov 22, 2021 · 0 comments
Open

concreteToGroundVal doesn't handle ConcreteFloats #70

RyanGlScott opened this issue Nov 22, 2021 · 0 comments

Comments

@RyanGlScott
Copy link
Collaborator

As observed in this CI job:

[16 of 36] Compiling SemMC.Util       ( src/SemMC/Util.hs, /runner/_work/macaw/macaw/dist-newstyle/build/x86_64-linux/ghc-8.6.5/semmc-0.1.0.0/build/SemMC/Util.o )

src/SemMC/Util.hs:260:1: warning: [-Wincomplete-patterns]
Warning:     Pattern match(es) are non-exhaustive
    In an equation for ‘concreteToGroundVal’:
        Patterns not matched: (W.ConcreteFloat _ _)
    |
260 | concreteToGroundVal (W.ConcreteBool b) = b
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

ConcreteFloats were introduced in GaloisInc/what4#155.

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

No branches or pull requests

1 participant