buzz icon indicating copy to clipboard operation
buzz copied to clipboard

Type composition

Open giann opened this issue 2 years ago • 0 comments

This is maybe to high level for buzz.

typedef number = <int, float>;

fun compare(number a, number b) > bool {
    | ...
}

giann avatar Sep 06 '23 09:09 giann