Skip to content

Commit

Permalink
fixed spacing in uns-1 ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbeve committed Feb 7, 2024
1 parent 796ec1c commit 62640d3
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 argumen twhen it is a continuant [uns-1]"
(cl:comment "exists-at is dissective on first argument when 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

4 comments on commit 62640d3

@alanruttenberg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey John,
If you make a hand correction to the FOL files could you please put an issue in to track it so I can make the change in the source? Otherwise it will get overwritten on the next release.

@alanruttenberg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case the typo (now fixed in source) occurs in 4 axiom, across the CL, prover9, and PDF. I'm adding the issue so I can close it next time I update.

@johnbeve
Copy link
Collaborator Author

@johnbeve johnbeve commented on 62640d3 Feb 8, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnbeve
Copy link
Collaborator Author

@johnbeve johnbeve commented on 62640d3 Feb 8, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.