wip, fix compilation

This commit is contained in:
voidlizard 2025-02-02 13:04:42 +03:00
parent a3a5c46cc0
commit 5891271d93
1 changed files with 0 additions and 3 deletions

View File

@ -432,9 +432,6 @@ display what = do
LitStrVal s -> notice (pretty s) LitStrVal s -> notice (pretty s)
ast -> notice (pretty ast) ast -> notice (pretty ast)
nil :: Syntax C
nil = List (noContext @C) []
list_ :: [Syntax C] -> Syntax C list_ :: [Syntax C] -> Syntax C
list_ = List (noContext @C) list_ = List (noContext @C)