From 774a0db148cf6e774352febf45f7a90220206cea Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sun, 19 Jan 2025 18:26:33 -0600 Subject: [PATCH] undefined added so can compile --- src/Instructions/IntInstructions.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Instructions/IntInstructions.hs b/src/Instructions/IntInstructions.hs index 55ccdb1..2a1c7b6 100644 --- a/src/Instructions/IntInstructions.hs +++ b/src/Instructions/IntInstructions.hs @@ -82,5 +82,5 @@ instructionIntStackDepth state = instructionStackDepth state int -- int specific instructionIntYank :: State -> State -instructionIntYank state@(State {_int = index : i2 : is}) = +instructionIntYank state@(State {_int = index : i2 : is}) = undefined instructionIntYank state = state