짧은 ::
(1.) "Coq"는 수학 읽기와 쓰기를위한 컴퓨터 프로그램입니다 .
(2.) 유한 이진 데이터는 다음과 같습니다. 참된 ; 그릇된 .
(3.) 무한한 숫자는 이것들입니다. 0 ; 1 = 0 다음 ; 2 = 1 다음 ; 3 = 2 다음 ; 4 = 3 다음 .
(4.) 항목이 포함 된 무한한 목록은 다음과 같을 수 있습니다. [ ] ; [ 고양이 ] ; [ 개, 고양이 ] ; [ 물고기, 개, 고양이 ] ...
다른 예시 : [ ] ; [ 레드 ] ; [ 파랑 , 빨강 ] ; [ 금 , 파랑 , 빨강 ]; [ 녹색 , 금색 , 파란색 , 빨간색 ] ...
이것은 "다형성"이라고 부릅니다.
(5.) 이 표기법 [ "X", "Y", "Z"]은이 항목 "X", "Y", "Z"의 유형/양식을 숨 깁니다.
예를 들어이 숨겨진 데이터 유형은 동물이나 색상 일 수 있습니다.
이 숨겨진/암시 적 데이터 유형을 유추 할 수 있습니다.
이것은 "암시 적 표기법"이라고합니다.

Short ::
(1.) "Coq" is computer program to read and write mathematics .
(2.) The finite binary data are these : true ; false .
(3.) The infinite numbers are these : 0 ; 1 = next after 0 ; 2 = next after 1 ; 3 = next after 2 ; 4 = next after 3 ; ...
(4.) The infinite lists which contain items can be these : [ ] ; [ cat ] ; [ dog , cat ] ; [ fish , dog , cat ] ...
Another example : [ ] ; [ red ] ; [ blue , red ] ; [ gold , blue , red ] ; ; [ green , gold , blue , red ] ...
This is named "polymorphism" .
(5.) This notation [ "X" , "Y" , "Z" ] hides the type/form of these items "X" , "Y" , "Z" .
For example , this hidden data-type could be animals or colors .
This hidden/implicit data-type can be inferred .
This is named "implicit notation" .

Alt+↑/↓ – move through proof; Alt+→ or Alt+⏎ – go to cursor.
Alt+hover executed sentences to watch intermediate steps.
Hover identifiers in goals to view their types. Alt+hover to view definitions.
Company-coq addon is enabled: it will auto-complete names of tactics and lemmas from the standard library, and also show types of lemmas in the right pane.

"Alt + ↑ / ↓": 증명을 전달하십시오. "Alt + →"또는 "Alt + ⏎": 커서로 이동하십시오.
"Alt +"호버링은 문장을 실행하여 중간 단계를 관찰합니다.
대상에 식별자를 올려 해당 유형을 표시합니다. "Alt +"를 가리키면 정의를 볼 수 있습니다.
"Company-coq"애드온을 활성화하십시오 : 표준 라이브러리의 정책 및 보조 정리 이름을 자동으로 완성하고 오른쪽 창에 부트 유형을 표시하십시오.