-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Description
Hi, I am a student taking BSL language at school and I would like to report a problem using stepper on a template.
It seems like ... in the template confusing the stepper which is supposed to be part of the infrastructure and I wonder if you can look into this problem
(eg,
(define (fn-for-function f)
(cond [ (false? f) (....) ] )
[else (... f)] ))
Thank you!