An open API service indexing awesome lists of open source software.

https://github.com/jaycech3n/pure_logic

Isabelle's Pure logic, directly extended to FOL/HOL
https://github.com/jaycech3n/pure_logic

hol interactive-theorem-proving isabelle

Last synced: 5 months ago
JSON representation

Isabelle's Pure logic, directly extended to FOL/HOL

Awesome Lists containing this project

README

          

# Pure Logic
## Experiments in extending Pure

### Question

Instead of building FOL/HOL on top of Pure the way it's done, why not use the `prop` type and directly extend Pure itself to get "native" versions of these logics?

*This is highly experimental and not unlikely to be a bad idea!*