Skip to content

Commit 568fbad

Browse files
authored
Merge pull request #2417 from smanilov/patch-16
Make links in coinduction.md clickable
2 parents a66ffa7 + e93a924 commit 568fbad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/solve/coinduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,14 @@ Alternatively, we could simply always treat the equate branch of `normalizes_to`
237237
Any cycles should result in infinite types, which aren't supported anyways and would only
238238
result in overflow when deeply normalizing for codegen.
239239

240-
experimentation and examples: https://hackmd.io/-8p0AHnzSq2VAE6HE_wX-w?view
240+
experimentation and examples: <https://hackmd.io/-8p0AHnzSq2VAE6HE_wX-w?view>
241241

242242
Another attempt at a summary.
243243
- in projection eq, we must make progress with constraining the rhs
244244
- a cycle is only ok if while equating we have a rigid ty on the lhs after norm at least once
245245
- cycles outside of the recursive `eq` call of `normalizes_to` are always fine
246246

247-
[^1]: related: https://coq.inria.fr/refman/language/core/coinductive.html#top-level-definitions-of-corecursive-functions
247+
[^1]: related: <https://coq.inria.fr/refman/language/core/coinductive.html#top-level-definitions-of-corecursive-functions>
248248

249249
[perfect derive]: https://smallcultfollowing.com/babysteps/blog/2022/04/12/implied-bounds-and-perfect-derive
250250
[ex1]: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=0a9c3830b93a2380e6978d6328df8f72

0 commit comments

Comments
 (0)