Learning Haskell Week05 - QuickCheck

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024
  • Learning Haskell for absolute beginners! This session we will be going over QuickCheck, an automated testing library!
    As always, accompanying slides will be hosted at
    www.cas.mcmaster.ca/~dalvescb

ความคิดเห็น • 5

  • @ChillSpaceMix
    @ChillSpaceMix 3 ปีที่แล้ว +2

    Just wanted to let you know I appreciate your content and work on teaching these lessons. Your style is easy to follow and you explain things in understandable methods. Thank you and please keep it up!

  • @junderfitting8717
    @junderfitting8717 3 ปีที่แล้ว +1

    Thanks for your great lessons 👏🏻

  • @fairuzbintealam4064
    @fairuzbintealam4064 ปีที่แล้ว

    What is the name of the extension mentioned at 3:05 ?

  • @dy6697
    @dy6697 3 ปีที่แล้ว

    Hi Curtis, thanks for the great content. Really helpful and well organised topics. I have a question;
    When I follow the code and try to run the code I get the error as follows:
    Module `Lib' does not export `someFunc'
    Could not find module `Lib2'
    Perhaps you meant Lib (from libiserv-8.10.2)
    Locations searched:
    Lib2.hs
    Lib2.lhs
    Lib2.hsig
    Lib2.lhsig
    I have the same installation as you have on the lecture 1, what am I missing here?
    Many thanks

    • @dy6697
      @dy6697 3 ปีที่แล้ว

      solved the issue by the way