Arc Forumnew | comments | leaders | submitlogin
1 point by evanrmurphy 5184 days ago | link | parent

I think he made the additional change of delegating all functional calls to the "parent" type when they didn't explicitly handle the type at hand. This makes a lot of sense. If you have a list that's tagged 'foo, it should behave exactly like a normal list does until you've specified some diverging behavior for type 'foo.

Do you still have the code for your experiment, shader?



1 point by shader 5182 days ago | link

I do, but it was built on the old anarki master, so I'm going to have to spend a little bit of time updating it.

-----

1 point by akkartik 5184 days ago | link

Ah, I didn't properly read that first para somehow!

-----