← go back
select x p q
  | True = p
  | False = q

main = putStr (select (1 == 1) "yes" "no")
Nov 19, 2023, 1:16 PM
2 0 1

Comments