Skip to content

Commit

Permalink
Fix (?) symbol name conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman committed Oct 24, 2023
1 parent b4cd174 commit 1416982
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shop3/pddl/pddl-helpers.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
(defpackage shop3-pddl-helpers
(:use #:common-lisp #:iterate #:pddl-utils #:shop3)
(:nicknames #:shop3.pddl.helpers #:shop2-pddl-helpers)
(:shadowing-import-from #:pddl-utils #:problem)
;;(:shadowing-import-from #:pddl-utils #:problem)
(:shadowing-import-from #:shop3
#:domain-name #:make-problem #:domain
#:problem
;; #:problem
#:*validator-progname*)
(:shadow #:problem-name)
(:shadow #:problem-name #:problem)
(:export #:typed-object-list->facts
#:translate-openstacks-problem
#:check-repair
Expand Down Expand Up @@ -51,7 +51,7 @@
(every #'(lambda (x) (or (eq (first x) :add)
(eq (first x) :delete)))
(rest divergence))))
(let* ((effects
(let* ((effects
(iter (for (op literal) in (rest divergence))
(collecting
(ecase op
Expand Down

0 comments on commit 1416982

Please sign in to comment.