Make compile

This commit is contained in:
2024-09-21 17:13:20 +02:00
parent 2549d5af1b
commit 111fe3cee5
5 changed files with 100 additions and 141 deletions

View File

@@ -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