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