Loading app/Main.hs +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ handleUpdate _ = parseUpdate $ Reply <$> directMock <|> InlineReply <$> replyToInline <|> SendHelp <$ command "help" <|> SendHelp <$ text -- <|> SendHelp <$ text -- | How to handle 'Action's. handleAction :: Action -> Model -> Eff Action Model Loading Loading
app/Main.hs +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ handleUpdate _ = parseUpdate $ Reply <$> directMock <|> InlineReply <$> replyToInline <|> SendHelp <$ command "help" <|> SendHelp <$ text -- <|> SendHelp <$ text -- | How to handle 'Action's. handleAction :: Action -> Model -> Eff Action Model Loading