From a03283a775bb31d501de35a18ec07b4cc65a9dbe Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 30 Jan 2023 21:56:16 +0100 Subject: Add compilation for symbols with arity 0 --- snug-clean/src/Snug/Compile/Simulate.dcl | 1 + 1 file changed, 1 insertion(+) (limited to 'snug-clean/src/Snug/Compile/Simulate.dcl') diff --git a/snug-clean/src/Snug/Compile/Simulate.dcl b/snug-clean/src/Snug/Compile/Simulate.dcl index a61d631..9b938d5 100644 --- a/snug-clean/src/Snug/Compile/Simulate.dcl +++ b/snug-clean/src/Snug/Compile/Simulate.dcl @@ -19,6 +19,7 @@ from Snug.Syntax import :: BasicValue simulate :: !(Simulator a) -> [Instruction] buildCons :: !Label !Int -> Simulator () +buildThunk :: !Label !Int -> Simulator () pushBasicValue :: !BasicValue -> Simulator () -- cgit v1.2.3