Refactor and add note

This commit is contained in:
2024-09-21 22:13:46 +02:00
parent 305623d53f
commit fce1d88025
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,6 @@ module ComputationM
) where
import Types
import Sources
import Control.Monad.State
import Control.Monad.Writer

View File

@@ -1,5 +1,7 @@
module Sources where
-- TODO: Figure out if any of this is useful.
import Types
data Source a where