hdiff
packages
feed
purescript
-0.5.4.1: examples/failing/Do.purs
module Main where test1 = do let x = 1 test2 y = do x <- y test3 = do return 1 return 2