flan/spike/generics/reject.flan

5 lines
76 B
Plaintext

(defn add2 [a $t b $t] t (+ a b))
(defn main [] ()
(println (add2 1 2)))