Open mariari opened 3 weeks ago
Partial trait relied upon
import Stdlib.Data.String.Base open;
which indirectly relies upon list, we loosen the restriction to just rely on the String type itself.
This lets us move some functions around to the base module
Partial trait relied upon
import Stdlib.Data.String.Base open;
which indirectly relies upon list, we loosen the restriction to just rely on the String type itself.
This lets us move some functions around to the base module