master
CrossNox 3 years ago
parent c7c6380eaa
commit d8de03127e
  1. 2
      src/rustint/core.clj

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

Loading…
Cancel
Save