GithubHelp home page GithubHelp logo

Comments (8)

ranjitjhala avatar ranjitjhala commented on July 3, 2024

from liquidhaskell-tutorial.

hafizhmakmur avatar hafizhmakmur commented on July 3, 2024

First, thank you very much for answering. I very appreciate it.

Second, I mostly follow this tutorial . I've learnt to include some definitions to make the program work, if that's what you meant by "hidden" definitions, and it worked well so far. Except in examples I have mentioned of course.

logic.txt
Here is my code so far. Tell me if I'm doing something wrong. Mostly, it's just copy pasting the code for testing if SMT Solver really works.

from liquidhaskell-tutorial.

ranjitjhala avatar ranjitjhala commented on July 3, 2024

Hi @hafizhmakmur -- sorry for the delay just took a look. See this:

http://goto.ucsd.edu:8090/index.html#?demo=permalink%2F1581980818_5067.hs

The main problem was that you missed the (hidden) GHC annotation

infixr 9 ==>

which is needed so that an expression e1 => e2 => e3 is parsed as e1 => (e2 => e3) (and not (e1 => e2) => e3). With this change, ex7, ax3, and ax5 work as written.

The issue with the uninterpreted examples is that we made a change in the defaults, so we really need to add the line {-@ LIQUID "--reflection" @-} to the preamble. My apologies for this, but I hope this gets you unstuck!

from liquidhaskell-tutorial.

hafizhmakmur avatar hafizhmakmur commented on July 3, 2024

Thank you very much ! It really works! Yeah, you should really add all of these somewhere in the tutorial lol :D . Once again thank you very much for your quick assistance!

from liquidhaskell-tutorial.

ranjitjhala avatar ranjitjhala commented on July 3, 2024

from liquidhaskell-tutorial.

hafizhmakmur avatar hafizhmakmur commented on July 3, 2024

Eh, by the way, @ranjitjhala, for some reason fx2 is still unsafe despite all other functions are now working. Is there anything else I missed so far? It looks like it should've worked but it doesn't.

from liquidhaskell-tutorial.

hafizhmakmur avatar hafizhmakmur commented on July 3, 2024

Nevermind, there's this cheeky {-@ size :: [a] -> Nat @-} right after {-@ measure size @-} that fixes it lol. I really missed something :D .

from liquidhaskell-tutorial.

ranjitjhala avatar ranjitjhala commented on July 3, 2024

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.