From fa2b16443fae521c02df3a0bb8869a9682088a31 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 30 Jan 2025 13:27:09 -0600 Subject: [PATCH] fix index & Lens name confliction --- src/Instructions/CodeInstructions.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Instructions/CodeInstructions.hs b/src/Instructions/CodeInstructions.hs index b61c661..9fbb5f3 100644 --- a/src/Instructions/CodeInstructions.hs +++ b/src/Instructions/CodeInstructions.hs @@ -4,8 +4,6 @@ import Data.List (elemIndex) import State import Instructions.GenericInstructions import Instructions.IntInstructions -import Control.Lens - -- import Debug.Trace isBlock :: Gene -> Bool