undefined added so can compile
This commit is contained in:
parent
bc66bc8907
commit
774a0db148
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user