You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit is the first in a chain that will close#94, by
simplifying our eval method.
Here we've recognized that all of our simple types return
themselves when they're evaluated - so we've created a simple
"IsSimpleType" in our primitive interface.
This makes it easy for simple things to return themselves,
and no longer need to have a special case.
As noted in #93 our eval method is getting out of hand.
Break it down into smaller chunks, and make sure it doesn't have the struct-methods on the hot-path.
The text was updated successfully, but these errors were encountered: