Posts by user127935 • 1 point
1 post
-
0
votes2
answers117
viewsA: How to use guards with Let in Haskell
You cannot use guards inside the Let directly. Guards come before the definition of the expression to be evaluated, and Let is already that expression. But one way to solve (improperly) the problem…
haskellanswered user127935 1