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

Error when hiding certain functions #2221

Open
josedusol opened this issue Sep 16, 2023 · 0 comments
Open

Error when hiding certain functions #2221

josedusol opened this issue Sep 16, 2023 · 0 comments

Comments

@josedusol
Copy link

josedusol commented Sep 16, 2023

Hello!. The following code:

{-@ LIQUID "--reflection" @-}

module Test where

import Prelude hiding ((.))

-- whatever

fails with:

Fixpoint.Types.dummyLoc:1:1: error:
    * Unknown variable `GHC.Base..`
    wiredAxioms
    * 

This only happens for certain functions, like (.), and only when using --reflection.
What is the meaning of this error?

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