I am writing some code in SML and I tackled this function signature
(bool | int) -> (int * int)
I wondered what's the meaning of this signature
I am writing some code in SML and I tackled this function signature
(bool | int) -> (int * int)
I wondered what's the meaning of this signature