Refactor and add note

This commit is contained in:
Niels G. W. Serup 2024-09-21 22:13:46 +02:00
parent 305623d53f
commit fce1d88025
No known key found for this signature in database
GPG Key ID: 38EEEBCE67324F19
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