GithubHelp home page GithubHelp logo

Comments (3)

mgritter avatar mgritter commented on June 28, 2024

I ran into this problem during the tutorial too -- due to a missing pair of parentheses -- and removing -fdefer-type-errors quickly clarified what the problem was. Without this change, I got the extremely confusing message in part 2:

**** LIQUID: ERROR :1:1-1:1: Error
  elaborate solver elabBE 294 "lq_anf$##7205759403792806839##d3rx" {lq_tmp$x##1878 : (GHC.Types.Any (GHC.Prim.TYPE GHC.Types.LiftedRep)) | [(lq_tmp$x##1878 = lq_anf$##7205759403792806838##d3rw);
                                                                         (lq_tmp$x##1878 = (GHC.Num.fromInteger lq_anf$##7205759403792806838##d3rw));
                                                                         (lq_tmp$x##1878 = (GHC.Num.fromInteger lq_anf$##7205759403792806838##d3rw))]} failed on:
      ((lq_tmp$x##1878 == lq_anf$##7205759403792806838##d3rw
        && lq_tmp$x##1878 == GHC.Num.fromInteger lq_anf$##7205759403792806838##d3rw)
       && lq_tmp$x##1878 == GHC.Num.fromInteger lq_anf$##7205759403792806838##d3rw)
  with error
      The sort (GHC.Types.Any (GHC.Prim.TYPE GHC.Types.LiftedRep)) is not numeric
  because
Cannot unify (GHC.Types.Any (GHC.Prim.TYPE GHC.Types.LiftedRep)) with int in expression: lq_tmp$x##1878 == lq_anf$##7205759403792806838##d3rw 
  because
Elaborate fails on lq_tmp$x##1878 == lq_anf$##7205759403792806838##d3rw
  in environment
      GHC.Num.fromInteger := func(1 , [int; @(0)])

      lq_anf$##7205759403792806838##d3rw := int

      lq_tmp$x##1878 := (GHC.Types.Any (GHC.Prim.TYPE GHC.Types.LiftedRep)) 

from liquidhaskell-tutorial.

ranjitjhala avatar ranjitjhala commented on June 28, 2024

Wow thanks for catching this Mark! I think we should totally remove that flag (tbh can’t recall why it was put in in the first place!)

from liquidhaskell-tutorial.

matthew-healy avatar matthew-healy commented on June 28, 2024

@ranjitjhala I opened #120 a while ago to fix this. As far as I can tell removing the flag doesn't have any impact on the tutorial whatsoever.

from liquidhaskell-tutorial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.