-
|
Here is a silly function that wraps When I execute this in the REPL, I get To make the warnings go away, I can change the function to: Are PathError, LispError and EOF not exported when they should be? Or should I ignore the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Those symbols should be exported yes, fixed it here: #1647. If you have the function you want, you can also just use the branch Also just a tip: you don't need a |
Beta Was this translation helpful? Give feedback.
Those symbols should be exported yes, fixed it here: #1647.
If you have the function you want, you can also just use the branch
(_ (print "something else"))which will catch everything and make the match exhaustive.Also just a tip: you don't need a
prognin match branches.