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
Rules were previously existential, and writing closures that used the modules required casting. With update #21, that's notable changed - all the modules are shifted into fully typed expressions, and the rules are all generic across a couple different Axis, resulting in a combinatorial explosion of types:
Context matching:
direct
left, direct
direct, right
left, direct, right
matrixed against:
basicLSystem (no parameters, no RNG)
RNGLSystem (no parameters, RNG)
DefinesLSystem (parameters, no RNG)
DefinesRNGLSystem (parameters and RNG)
Some of the code is verified, but it should all be basically "worked" to verify that I didn't miss anything while making "the maze of twisty passages, all alike" in order to have typed closures for writing LSystems.
(Coverage of Lindenmayer in general dropped to 36%)
The text was updated successfully, but these errors were encountered:
Rules were previously existential, and writing closures that used the modules required casting. With update #21, that's notable changed - all the modules are shifted into fully typed expressions, and the rules are all generic across a couple different Axis, resulting in a combinatorial explosion of types:
Context matching:
matrixed against:
Some of the code is verified, but it should all be basically "worked" to verify that I didn't miss anything while making "the maze of twisty passages, all alike" in order to have typed closures for writing LSystems.
(Coverage of Lindenmayer in general dropped to 36%)
The text was updated successfully, but these errors were encountered: