Join Slack
Powered by
in haskell you use mostly use guards `| ` instead ...
# random
t
tmg
11/07/2018, 3:33 PM
in haskell you use mostly use guards
|
instead of
if
, recursion instead of cycles, and you have pattern matching on the function definition, so no need for
when
as well.
2
Views
Open in Slack
Previous
Next