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