Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
This repository was archived by the owner on Nov 23, 2017. It is now read-only.

Monad syntax bug #160

@raimohanska

Description

@raimohanska

As in https://gist.github.com/4150252#comments

This works:

let main = do ioMonad
  _ <- putStrLn "a"
  putStrLn "b"

This does not:

let main = do ioMonad
  putStrLn "a"
  putStrLn "b"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions