Create a system which could natively support this kind of behavior. Currently this is done by folding over the option type via: ``` optValue fold { " blah = @1 " format _ , " blah IS NULL" ) ``` Which is quite u-gu-ly...
Create a system which could natively support this kind of behavior.
Currently this is done by folding over the option type via:
Which is quite u-gu-ly...