Skip to content

Commit

Permalink
corrected typo - point(y) instead of point(x) in the following axiom:
Browse files Browse the repository at this point in the history
(forall (x)
	(if	(line x)
		(exists (y)
			(and	(point y)
				(in x y)))))
  • Loading branch information
carmenschui@gmail.com committed Jul 16, 2013
1 parent d2520a9 commit 4c84841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ontologies/mereological_geometry/wmg.clif
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(forall (x) (forall (x)
(if (line x) (if (line x)
(exists (y) (exists (y)
(and (point x) (and (point y)
(in x y))))) (in x y)))))


(forall (x l) (forall (x l)
Expand Down

0 comments on commit 4c84841

Please sign in to comment.