diff --git a/Ask.hs b/Ask.hs index 7c5c57b..3008f34 100644 --- a/Ask.hs +++ b/Ask.hs @@ -7,8 +7,8 @@ import Data.List.Split import Text.JSON data Question = Question {text :: String , - possibleAnswers :: [String], - correctAnswer :: String} + possibleAnswers :: [String], + correctAnswer :: String} letters = join $ zipWith (\l n -> (replicate n) <$> l) (repeat ['a'..'z']) ([1, 2..])