Skip to content

Commit

Permalink
Fixed spacing issue in uns-1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbeve committed Feb 1, 2024
1 parent 569ef3d commit 83e25b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-logic/existence-instantiation.cl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This work is licensed under a Creative Commons "Attribution 4.0 International" l
(forall (u) (if (universal u) (exists (p t) (instance-of p u t)))))


(cl:comment "exists-at is dissective on first argumentwhen it is a continuant [uns-1]"
(cl:comment "exists-at is dissective on first argumen twhen it is a continuant [uns-1]"
(forall (p q r)
(if (and (exists-at p q) (continuant-part-of r p q))
(exists-at r q))))
Expand Down

0 comments on commit 83e25b9

Please sign in to comment.