From 73be76413d86a38fd39c6eac40eea716c11e4194 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Wed, 10 Jul 2024 23:47:00 -0500 Subject: [PATCH] Remove dangling text from README 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