Refactor and add note
This commit is contained in:
parent
305623d53f
commit
fce1d88025
|
@ -8,7 +8,6 @@ module ComputationM
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Types
|
import Types
|
||||||
import Sources
|
|
||||||
|
|
||||||
import Control.Monad.State
|
import Control.Monad.State
|
||||||
import Control.Monad.Writer
|
import Control.Monad.Writer
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
module Sources where
|
module Sources where
|
||||||
|
|
||||||
|
-- TODO: Figure out if any of this is useful.
|
||||||
|
|
||||||
import Types
|
import Types
|
||||||
|
|
||||||
data Source a where
|
data Source a where
|
||||||
|
|
Loading…
Reference in New Issue