manifests: Add theorem-proving
parent
625034fb2e
commit
ed878fd6df
|
@ -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))
|
Loading…
Reference in New Issue