manifests: Add theorem-proving

pull/1/head
Luis Guilherme Coelho 2024-01-02 18:08:01 -03:00
parent 625034fb2e
commit ed878fd6df
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
(use-modules (guix profiles)
(gnu packages agda)
(gnu packages cedille)
(gnu packages coq))
(packages->manifest
(list #|agda |# agda agda-ial agda-stdlib agda-categories
#|cedille|# ;cedille <- currently broken
#|coq |# coq coq-interval coq-equations coq-semantics))