bsb-native icon indicating copy to clipboard operation
bsb-native copied to clipboard

use `*predef* option` instead of `option`

Open bsansouci opened this issue 6 years ago • 0 comments

Right now bs.optional will turn a record field into an optional with getters and setters that work accordingly. We're using option right now as the types everywhere, but we could use *predef* option which is a little more robust against redefining option and is supported at the compiler level

bsansouci avatar Jun 13 '18 00:06 bsansouci