aboutsummaryrefslogtreecommitdiff
path: root/Sil/Syntax.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'Sil/Syntax.dcl')
-rw-r--r--Sil/Syntax.dcl5
1 files changed, 3 insertions, 2 deletions
diff --git a/Sil/Syntax.dcl b/Sil/Syntax.dcl
index 1b3b44a..669f2f6 100644
--- a/Sil/Syntax.dcl
+++ b/Sil/Syntax.dcl
@@ -28,8 +28,9 @@ from Sil.Types import :: Type
}
:: Initialisation =
- { init_type :: Type
- , init_name :: Name
+ { init_type :: Type
+ , init_name :: Name
+ , init_value :: Maybe Expression
}
:: Statement