Skip to content

Commit

Permalink
Remove unnecessary space
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Mar 16, 2023
1 parent e89bfe2 commit 018c339
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Language/Marlowe/Runtime/Types/LazyFeed.hs
Expand Up @@ -23,9 +23,6 @@ fromExceptTIO :: ExceptT String IO (LazyFeed a) -> LazyFeed a
fromExceptTIO h = fromIO $ do x <- runExceptT h
return $ either errorToLazyFeed id x




errorToLazyFeed :: String -> LazyFeed a
errorToLazyFeed str = LazyFeed $ do return $ ErrorReading str

Expand Down

0 comments on commit 018c339

Please sign in to comment.