Closed murisi closed 1 year ago
Enabled intrinsic functions like fresh, iter, and fold to be used as values and added an example exercising this functionality. Did this fix by adding a missing branch to a match statement.
fresh
iter
fold
Enabled intrinsic functions like
fresh
,iter
, andfold
to be used as values and added an example exercising this functionality. Did this fix by adding a missing branch to a match statement.