ResearchProof is an Idris-based tool for verifying mathematical proofs in academic research papers. The application allows researchers to input their mathematical proofs, and it uses Idris's dependent type system to ensure the correctness of these proofs.
- Verifies mathematical proofs using Idris's dependent type system
- Provides examples of verified proofs
- Includes a testing framework for proof verification
-
Clone the repository:
git clone https://github.com/your-username/ResearchProof.git cd ResearchProof -
Build the project:
./build/build.sh
-
Run the application:
idris --exec main src/Main.idr
-
Input your mathematical proofs for verification.
This project is licensed under the MIT License - see the LICENSE file for details.