From 679a54c52431c7d361ccd234b14295db25722125 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Thu, 11 Jul 2024 15:53:42 -0500 Subject: [PATCH] Remove dangling text from README (#576) Closes #507 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3725b0a1..1283c3fc 100644 --- a/README.md +++ b/README.md @@ -274,8 +274,6 @@ Enter `@descend bar(x, y, z)` you can see that, for `foo(4)`, the types within ` ## Viewing the internal representation of Julia code -Anyone using Cthulhu to investigate the behavior of Julia's compiler will -prefer to examine the While Cthulhu tries to place type-annotations on the source code, this obscures detail and can occassionally go awry (see details [here](TypedSyntax/README.md)). For anyone who needs more direct insight, it can be better to look directly at Julia's