add nestable meta-information for type.function matching.
Opened this issue · 2 comments
ityonemo commented
add nestable meta-information for type.function matching.
ityonemo commented
(see lib/type/function.ex:55
and lib/type/function.ex:69
ityonemo commented
This needs to be nestable. Strategy to consider: Generate a random binary slug that gets declared in the outside scope? Then drop it in.
Difficulties: Will this be comparable? Can we somehow, instead of making this random, make it deterministic?