Use HTTPS links where possible
This commit is contained in:
parent
b8be3162d7
commit
bdfcb88e8b
66 changed files with 99 additions and 99 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
// Iota-reduction is a rule in the Calculus of (Co-)Inductive Constructions,
|
||||
// which "says that a destructor applied to an object built from a constructor
|
||||
// behaves as expected". -- http://coq.inria.fr/doc/Reference-Manual006.html
|
||||
// behaves as expected". -- https://web.archive.org/web/20100531091244/http://coq.inria.fr/doc/Reference-Manual006.html
|
||||
//
|
||||
// It's a little more complicated here, because of pointers and regions and
|
||||
// trying to get assert failure messages that at least identify which case
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue