Migrate all FunctionIO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user