Migrate all FunctionIO

This commit is contained in:
2024-09-21 18:02:20 +02:00
parent b1c124d899
commit af50f16243
5 changed files with 37 additions and 27 deletions

View File

@@ -1,5 +1,7 @@
module Sources where
import Types
import Data.ByteString (ByteString)
data Source a where
@@ -10,3 +12,9 @@ class SourceState a where
instance SourceState FilePath where
stateOfSource = undefined
instance SourceState Image where
stateOfSource = undefined
instance SourceState (String, FilePath) where
stateOfSource = undefined