-
516> git branch
- makefile
master
paul@leonardo:~/sources/ladr
517> ls
total 312
-rw-r--r-- 1 paul staff 17987 May 17 23:15 COPYING
-rw-r--r-- 1 paul staff 62287 May 17 23:15 Chang…
-
Input 1
```
(cl-text funpred
(forall (x) (f x x)))
```
Input 2
```
(cl-text funpred
(forall (x) ((f x) x)))
```
Using CLImp2CFOL:CASL2TPTP_FOF, in both cases, the translation is:
```
…
-
Consider the following two formulas from Merge.kif:
```lisp
(=>
(and
(instance ?FUNCTION UnitOfMeasureMultiplier)
(instance ?UNIT CompositeUnitOfMeasure))
(instance (?FUNCTION ?UNI…
-
* https://mail.google.com/mail/#inbox/FMfcgxwCgLxCHmgHZCqFbWvRDDlpSgbW
* I was wondering if it is possible to show Class Spec Icons in Arena above the nameplates with the current version?
I have a…
-
With the Python3 version of Macleod, the GUI output is somewhat misleading when dealing with symbols like + or - in both the Common Logic comments and axioms.
For example, opening http://colore.oor…
-
Both
``` scala
val a = "(![X]: p(X)) => p(a)".fol
val b = "![X]: p(X) => p(a)".fol
```
produce the same output with the UTF8 pretty printer.
-
Reported by **luettich** and assigned to **luecke**
Migrated from http://trac.informatik.uni-bremen.de:8080/hets/ticket/350
---
The paper _Reasoning support for CASL with ATP systems_ lists the fol…
-
There are times where we need a list of all axioms found in a theory in one single CLIF file to make it easier to view all of the axioms in one place.
While the current macleod scripts do do this …
-
If someone would like to help this project you can try to write filetype detection heuristics for some extensions that are ambiguous. The process is to download project, run "make dev", write tests fo…
-
@apease , I am trying to understand all the functions available over lists. In particular, how the `inList` works. It depends on `ListOrderFn` (first axiom below). But I didn't find the definitio…