diff --git a/docs/💡ProTip!.md b/docs/💡ProTip!.md index f65e3ca71..f9d6850f1 100644 --- a/docs/💡ProTip!.md +++ b/docs/💡ProTip!.md @@ -150,8 +150,6 @@ _Voilà!_ You’re now looking at the source code for the datatype generated fro The Haskell interactive repl (GHCi) allows you to quickly typecheck your work and test out ideas interactively. It’s always worth having a repl open, but we’ve particularly tuned some workflows, e.g. semantic assignment development, for the repl. -[pretty-printing]: pretty-printing - ### Configuration