Skip to content

Missing ShadowedName cases#2411

Description

@garyb
test :: forall m. Monad m => Int -> m Int
test x =
  let x = 0
  in pure x
test :: forall m. Monad m => Int -> m Int
test x = do
  x <- pure x
  pure x

I did check these with what's in master this time 馃槈

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions