Move more base stuff into Types module
This commit is contained in:
@@ -2,14 +2,9 @@ module Sources where
|
||||
|
||||
import Types
|
||||
|
||||
import Data.ByteString (ByteString)
|
||||
|
||||
data Source a where
|
||||
Data :: a -> Source a
|
||||
|
||||
class SourceState a where
|
||||
stateOfSource :: a -> IO ByteString
|
||||
|
||||
instance SourceState FilePath where
|
||||
stateOfSource = undefined
|
||||
|
||||
|
||||
Reference in New Issue
Block a user