We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc366d7 commit 5349905Copy full SHA for 5349905
src/wiki/Coq.md
@@ -7,6 +7,8 @@ license: CC BY-SA 4.0
7
Coq는 의존 타입 함수형 프로그래밍 언어이자 증명보조기이다.
8
[Calculus of Inductive Constructions](Calculus of Constructions)에 기반하고 있다.
9
10
+2024년에 Coq를 Rocq로 개명하는 [로드맵](https://github.com/coq/rfcs/blob/coq-roadmap/text/069-coq-roadmap.md#change-of-name-coq---the-rocq-prover)이 발표되었다.
11
+
12
## 교재
13
14
### Software Foundations
@@ -21,3 +23,4 @@ Coq는 의존 타입 함수형 프로그래밍 언어이자 증명보조기이
21
23
22
24
## 외부 링크
25
* [공식 웹사이트](https://coq.inria.fr/)
26
+* [Rocq 웹사이트](https://rocq-prover.org/)
0 commit comments