Test test-2 details

Back
test-test-vertex : test-2
  Condition: #<Function => is an illegal :test for hash tables.
  Code     : "
  ((metabang.bind:bind ((cl-graph-test::x (float 2.1d0))
                        (cl-graph-test::y (float 2.1d0))
                        (cl-graph-test::g
                         (metabang.cl-containers:make-container
                           'cl-graph:graph-container :vertex-test
                           #'=)))
                       (cl-graph:add-vertex cl-graph-test::g
                                            (+ cl-graph-test::x
                                               cl-graph-test::y))
                       (cl-graph:add-vertex cl-graph-test::g
                                            (+ cl-graph-test::x
                                               cl-graph-test::y))
                       (lift:ensure-same (metabang.utilities:size
                                           cl-graph-test::g)
                                         1)))"