packages feed

hls-tactics-plugin-1.2.0.0: test/golden/LayoutBind.expected.hs

test :: Bool -> IO ()
test b = do
  putStrLn "hello"
  case b of
    False -> _
    True -> _
  pure ()