This belongs here

This commit is contained in:
2024-09-21 17:34:28 +02:00
parent 8575bd061a
commit 124d9fa4d8
2 changed files with 6 additions and 4 deletions

View File

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