From 1f9c07bb20b56b8a136e56ca1b547b66e749d8a2 Mon Sep 17 00:00:00 2001 From: Franz Thoma Date: Fri, 11 Oct 2024 09:41:16 +0200 Subject: [PATCH] Add projects --- content/2024/projects.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/2024/projects.html b/content/2024/projects.html index 30ac7d7..37b5900 100644 --- a/content/2024/projects.html +++ b/content/2024/projects.html @@ -11,5 +11,7 @@

Projects

  • cabal-audit: Auditing cabal projects beginner-friendly
  • regex-tdfa: Adding proper character class algebra
  • Keid: Desktop rendering engine with game batteries included
  • +
  • GHC Syntax for Modifiers: Working on the implementation of the syntax extension
  • +
  • GHC Implicit Parameters: Working on the proposal, improving the design