@ -2164,7 +2164,9 @@
; true
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defn compatibles? [rtype arg]
true
(let [rtypes (hash-map 'i64 integer?), func (get rtypes rtype)]
(func arg)
)