mirror of https://github.com/voidlizard/hbs2
wip, fix compilation
This commit is contained in:
parent
a3a5c46cc0
commit
5891271d93
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue