Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Always return file system
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jan 11, 2014
1 parent 6509afa commit ec87526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TryHaskell.hs
Expand Up @@ -178,7 +178,7 @@ muevalIO e is fs =
return
(case result' of
Left err -> ErrorResult err
Right r -> SuccessResult r mempty mempty)
Right r -> SuccessResult r mempty fs)
Right (_,_,readMay . T.unpack -> Just r) ->
ioResult e (bimap (second oconvert) (second oconvert) r)
_ -> do putStrLn (show result)
Expand Down

0 comments on commit ec87526

Please sign in to comment.