Functions defined with defn-
can be referenced from other namespaces
#750
Labels
bug
Something isn't working
defn-
can be referenced from other namespaces
#750
Summary
Functions defined with
defn-
can be referenced from other namespaces.https://phel-lang.org/documentation/api/#defn-1
I think the specification is that functions defined with
defn-
cannot be referenced from another namespace.Current behavior
Functions defined by
defn-
in another namespace are available for reference.How to reproduce
You will see that variables and functions defined with
def-
anddefn-
in another namespace are available for reference.Expected behavior
I would expect an error to occur when referencing a variable or function defined with
def-
ordefn-
in a different namespace.The text was updated successfully, but these errors were encountered: