about summary refs log tree commit diff
path: root/pkg/lang/ast/ast.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/lang/ast/ast.go')
-rw-r--r--pkg/lang/ast/ast.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/lang/ast/ast.go b/pkg/lang/ast/ast.go
index 43d0c28..4171801 100644
--- a/pkg/lang/ast/ast.go
+++ b/pkg/lang/ast/ast.go
@@ -1,5 +1,5 @@
 package ast
 
 type Program struct {
-	Stmts []Stmt[any]
-}
\ No newline at end of file
+	Stmts []Stmt
+}