undefined added so can compile

This commit is contained in:
Rowan Torbitzky-Lane 2025-01-19 18:26:33 -06:00
parent bc66bc8907
commit 774a0db148

View File

@ -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