@@ -8,8 +8,11 @@ theory which is described in
88
99### Observational Equality
1010
11- The core language is extended with two new primitives:
11+ The core language is extended with two new primitives, which are defined in
12+ Init/Logic.v
1213```
14+ Require Import Logic.
15+
1316obseq : forall (A : Type), A -> A -> SProp
1417Notation "a ~ b" := obseq _ a b.
1518
@@ -63,24 +66,12 @@ Information on how to build and install from sources can be found in
6366
6467## Documentation
6568
66- The sources of the documentation can be found in directory [ ` doc ` ] ( doc ) .
67- See [ ` doc/README.md ` ] ( /doc/README.md ) to learn more about the documentation,
68- in particular how to build it. The
69- documentation of the last released version is available on the Coq
69+ The documentation for the main branch of Coq is avaiblable on the Coq
7070web site at [ coq.inria.fr/documentation] ( http://coq.inria.fr/documentation ) .
7171See also [ Cocorico] ( https://github.com/coq/coq/wiki ) (the Coq wiki),
7272and the [ Coq FAQ] ( https://github.com/coq/coq/wiki/The-Coq-FAQ ) ,
7373for additional user-contributed documentation.
7474
75- The documentation of the master branch is continuously deployed. See:
76- - [ Reference Manual (master)] [ refman-master ]
77- - [ Documentation of the standard library (master)] [ stdlib-master ]
78- - [ Documentation of the ML API (master)] [ api-master ]
79-
80- [ api-master ] : https://coq.github.io/doc/master/api/
81- [ refman-master ] : https://coq.github.io/doc/master/refman/
82- [ stdlib-master ] : https://coq.github.io/doc/master/stdlib/
83-
8475## Questions and discussion
8576
8677We have a number of channels to reach the user community and the
@@ -95,17 +86,7 @@ lists several other active platforms.
9586
9687## Bug reports
9788
98- Please report any bug / feature request in [ our issue tracker] ( https://github.com/coq/coq/issues ) .
99-
100- To be effective, bug reports should mention the OCaml version used
101- to compile and run Coq, the Coq version (` coqtop -v ` ), the configuration
102- used, and include a complete source example leading to the bug.
103-
104- ## Contributing to Coq
105-
106- Guidelines for contributing to Coq in various ways are listed in the [ contributor's guide] ( CONTRIBUTING.md ) .
107-
108- Information about release plans is at https://github.com/coq/coq/wiki/Release-Plan
89+ Please open an issue for any bug or feature request with observational Coq!
10990
11091## Supporting Coq
11192
0 commit comments