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