dghosef / qdbp

MIT License
51 stars 1 forks source link

Same return for multiple variants #55

Closed dghosef closed 5 months ago

dghosef commented 5 months ago

Should be able to do

Shape
    Circle?
    Square?
        [width | width].

and should compile down to

Shape
    Circle?
        [width | width]
    Square?
        [width | width].