Search
❯
Mar 14, 20261 min read
A Parametric Polymorphism 1 Haskell Function
choose (a,b,c) = if a then b else c