From 44ac62f938d59ecc9d978f3237913e14cbad3f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kukie=C5=82a?= <53443372+kukimik@users.noreply.github.com> Date: Tue, 19 Dec 2023 05:06:09 +0100 Subject: [PATCH] Fix swapped links in "Turing completeness" section (#1741) --- RATIONALE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RATIONALE.md b/RATIONALE.md index 950264d1..2acd7f85 100644 --- a/RATIONALE.md +++ b/RATIONALE.md @@ -163,8 +163,8 @@ never requires recursion, this is not the case with library code. Allowing recursion makes it possible for programmers to implement new generic functionalities \[2\]. -\[1\]: [Why Dhall is not Turing complete](https://neilmitchell.blogspot.com/2020/11/turing-incomplete-languages.html)\ -\[2\]: [Turing incomplete languages](https://www.haskellforall.com/2020/01/why-dhall-advertises-absence-of-turing.html) +\[1\]: [Why Dhall is not Turing complete](https://www.haskellforall.com/2020/01/why-dhall-advertises-absence-of-turing.html)\ +\[2\]: [Turing incomplete languages](https://neilmitchell.blogspot.com/2020/11/turing-incomplete-languages.html) ### Side-Effects