From fce1d88025c91c5386cb4d53fc07a3282d934aa3 Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Sat, 21 Sep 2024 22:13:46 +0200 Subject: [PATCH] Refactor and add note --- byg/src/ComputationM.hs | 1 - byg/src/Sources.hs | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/byg/src/ComputationM.hs b/byg/src/ComputationM.hs index 0feea02..d76ddac 100644 --- a/byg/src/ComputationM.hs +++ b/byg/src/ComputationM.hs @@ -8,7 +8,6 @@ module ComputationM ) where import Types -import Sources import Control.Monad.State import Control.Monad.Writer diff --git a/byg/src/Sources.hs b/byg/src/Sources.hs index ede5806..b7fbd00 100644 --- a/byg/src/Sources.hs +++ b/byg/src/Sources.hs @@ -1,5 +1,7 @@ module Sources where +-- TODO: Figure out if any of this is useful. + import Types data Source a where