Replies: 2 comments
-
The README says so.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Oops, sorry I didn't checked that carefully. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While I was solving HW-1-1, questions 1 and 2, I found it very natural to define the functions
sigma
andzip
as recursive function.However in the skeleton codes, the functions are defined as non-recursive (ie. defined only using
let
).Can I change this to recursive definition? (ie. using
let rec
)Beta Was this translation helpful? Give feedback.
All reactions