From 5891271d937bc76c7f6c1086a8462eeee1441706 Mon Sep 17 00:00:00 2001 From: voidlizard Date: Sun, 2 Feb 2025 13:04:42 +0300 Subject: [PATCH] wip, fix compilation --- hbs2-fixer/app/Main.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/hbs2-fixer/app/Main.hs b/hbs2-fixer/app/Main.hs index 7a53812c..a350ee98 100644 --- a/hbs2-fixer/app/Main.hs +++ b/hbs2-fixer/app/Main.hs @@ -432,9 +432,6 @@ display what = do LitStrVal s -> notice (pretty s) ast -> notice (pretty ast) -nil :: Syntax C -nil = List (noContext @C) [] - list_ :: [Syntax C] -> Syntax C list_ = List (noContext @C)