Refactor and add note

Šī revīzija ir iekļauta:
2024-09-21 22:13:46 +02:00
vecāks 305623d53f
revīzija fce1d88025
2 mainīti faili ar 2 papildinājumiem un 1 dzēšanām

Parādīt failu

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

Parādīt failu

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