ityonemo/mavis

add nestable meta-information for type.function matching.

Opened this issue · 2 comments

add nestable meta-information for type.function matching.

(see lib/type/function.ex:55 and lib/type/function.ex:69

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?