Learning Haskell Week03 - Conditionals

Learning Haskell for absolute beginners! This week we will be giving an conditional control structures!
As always, accompanying slides will be hosted at
www.cas.mcmaster.ca/~dalvescb

Пікірлер: 4

  • @adamasif3089
    @adamasif30892 жыл бұрын

    Its over 9000!!!!!!!!!! loved that scene lol

  • @tuantaitruong1221
    @tuantaitruong12213 жыл бұрын

    Thanks a lot of your video!

  • @muhammadbangkit7528
    @muhammadbangkit75282 жыл бұрын

    how to do nested if

  • @CurtisDAlves

    @CurtisDAlves

    2 жыл бұрын

    if expr0 then (if expr1 then expr2 else expr3) else expr4 Remember, everything in functional languages are just expressions