(defn fst [a $t b $u] t a) (defn main [] () (println (fst 1 2.5)) (println (fst true (i64 9))) (println (fst 3 false)))