This belongs here
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
{-# LANGUAGE FunctionalDependencies #-}
|
||||
module Sources where
|
||||
|
||||
import Data.ByteString (ByteString)
|
||||
@@ -11,6 +10,3 @@ class SourceState a where
|
||||
|
||||
instance SourceState FilePath where
|
||||
stateOfSource = undefined
|
||||
|
||||
class (SourceState a, Show f) => IsFIO f a b | f -> a b where
|
||||
runFIO :: f -> a -> IO b
|
||||
|
||||
Reference in New Issue
Block a user