You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a reader who is doing the exercises inline, you have defined inc/to/from in the 'Bin' exercise in 'Naturals'. There is another exercise in 'Induction' that uses 'Bin', but at the moment you have to redefine the type and functions before doing the exercise.
A solution would be to import the 'Naturals' module, but you can't in fact do this as there are conflicting bindings.
The text was updated successfully, but these errors were encountered:
Just so. The present situation is annoying, but I don't know of a better approach. Short of someone suggesting one, I propose we should close this issue.
For a reader who is doing the exercises inline, you have defined
inc
/to
/from
in the 'Bin' exercise in 'Naturals'. There is another exercise in 'Induction' that uses 'Bin', but at the moment you have to redefine the type and functions before doing the exercise.A solution would be to import the 'Naturals' module, but you can't in fact do this as there are conflicting bindings.
The text was updated successfully, but these errors were encountered: