Make compile
This commit is contained in:
@@ -12,5 +12,5 @@ class SourceState a where
|
||||
instance SourceState FilePath where
|
||||
stateOfSource = undefined
|
||||
|
||||
class SourceState a => IsFIO f a b | f -> a b where
|
||||
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