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
Looking at the Word AST type, it appears to just be a wrapper around a String with no extra functionality. I see that there's a Word::flatten method, but this just returns the string itself.
Looking at the
WordAST type, it appears to just be a wrapper around aStringwith no extra functionality. I see that there's aWord::flattenmethod, but this just returns the string itself.Am I overlooking something?