This commit is contained in:
2025-08-22 12:42:35 -06:00
parent 2c1587a006
commit 8e760b44e3
14 changed files with 236 additions and 0 deletions

18
tools/proof-assist/aya.md Normal file
View File

@@ -0,0 +1,18 @@
+++
title = 'Aya Prover'
subtitle = 'Proof Assistant'
links = [
{ title = "Homepage", url = "https://www.aya-prover.org/", icon = 'fa-solid fa-home' },
{ title = "Source Code", url = "https://github.com/aya-prover/aya-dev", icon = 'fa-solid fa-code' },
]
applications = ["Theorem Prover"]
developers = []
licenses = ["MIT"]
inputs = []
interfaces = ["CLI","IDE Integration"]
maintenance = ["Actively Maintained"]
draft = false
date = 2025-08-22
+++
A proof assistant designed for formalizing math and type-directed programming.