Replies: 1 comment 1 reply
-
You can't have recursive definitions between multiple coalton toplevels. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What difference does having a single coalton-toplevel block make over having multiple coalton-toplevel blocks? Say, in the following example, what will be the difference?
If there's little difference, then I can imagine writing a helper package/system for coalton that provides shadowed coalton-toplevel operators that expand into a
(coalton-toplevel (top-level-operator ...))
and interact with coalton the way I use common lisp:Beta Was this translation helpful? Give feedback.
All reactions