Fix erroneous implements call for PairRef.>

This commit is contained in:
scottolsen 2020-05-19 16:54:36 -04:00
parent 39e9836452
commit e44f5e00c7

View File

@ -14,7 +14,7 @@
(defn > [p1 p2]
(PairRef.< p2 p1)))
(implements > PairRef.=)
(implements > PairRef.>)
(defmodule Pair
(defn init-from-refs [r1 r2]