Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jack-pappas/nhol

An implementation of higher-order logic (HOL) in F#. Based on hol-light, Isabelle, and HOL4.
https://github.com/jack-pappas/nhol

Last synced: 3 months ago
JSON representation

An implementation of higher-order logic (HOL) in F#. Based on hol-light, Isabelle, and HOL4.

Awesome Lists containing this project

README

        

# NHol

### An implementation of higher-order logic (HOL) in F#.

====

## Purpose
The project aims at developing a high-order theorem prover in F#. The goal is to leverage the power of functional programming language F# and .NET platform in an interesting context, automated deduction. At the first step, we would like to bring the core features of [Hol-light](https://code.google.com/p/hol-light/) to F#.

## Core Team
- [Jack Pappas](https://github.com/jack-pappas)
- [Eric Taucher](https://github.com/EricGT)
- [Anh-Dung Phan](https://github.com/dungpa)
- [Domenico Masini](https://github.com/domasin)

## License
This project is available under Apache 2.0 license.
For more information see the [License file](LICENSE.txt).

## Personal Notes

- [Eric's Notes] (https://github.com/jack-pappas/NHol/wiki/Eric's-Notes-Page-1)