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

Commit

Permalink
Field bangs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jan 11, 2014
1 parent 4ce674f commit 577fe2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TryHaskell.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ import System.IO (stderr, hPutStrLn)
import System.Process.Text.Lazy

data EvalResult
= ErrorResult Text
| SuccessResult (Text,Text,Text) [Text]
| GetInputResult [Text]
= ErrorResult !Text
| SuccessResult !(Text,Text,Text) ![Text]
| GetInputResult ![Text]
deriving (Show)

-- | Start a web server.
Expand Down

0 comments on commit 577fe2f

Please sign in to comment.