Open ckknight opened 8 years ago
Before, z returned a function that would properly return "z", now it just evaluates to "z" without a function needing to be called.
z
"z"
Minimally, this conflicts with the usage outlined in #5
Before,
z
returned a function that would properly return"z"
, now it just evaluates to"z"
without a function needing to be called.