thahmann / macleod

Ontology development environment for Common Logic (CL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

axiom existential_variables() returns universal variables

sfluegel05 opened this issue · comments

The method

def existential_variables(self):

returns self.uni_variables. I assume this is a copy-and-paste error and it should be self.exi_variables.

Indeed - thanks for noticing and sharing!