Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsmith committed Nov 29, 2023
1 parent 53e0c2f commit b48546d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ API.
import Prelude hiding (readFile, writeFile)
import qualified Prelude

class (Monad m) => MonadFilesystem m where
class Monad m => MonadFilesystem m where
readFile :: FilePath -> m String
writeFile :: FilePath -> String -> m ()

Expand Down

0 comments on commit b48546d

Please sign in to comment.