Page MenuHomePhabricator

Maybe Allow ZWrapper to Wrap Bare Strings, As Well
Open, LowPublic

Description

Currently, ZWrapper only wraps full normal-form ZObjects (and not the strings which are the leaf values of ZObjects). We could consider wrapping the strings, as well. This will make some function calls more consistent (less special casing). However, it's arguably incorrect and will make other bits of code awkward. Somebody should try it out and see if the code looks better or worse this way.