We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82da337 commit 52c953cCopy full SHA for 52c953c
plugins/hls-refactor-plugin/test/Main.hs
@@ -3112,6 +3112,7 @@ addSigActionTests = let
3112
, "(!!!) a b = a > b" >:: "(!!!) :: Ord a => a -> a -> Bool"
3113
, "a >>>> b = a + b" >:: "(>>>>) :: Num a => a -> a -> a"
3114
, "a `haha` b = a b" >:: "haha :: (t1 -> t2) -> t1 -> t2"
3115
+ , "hello = print" >:: "hello :: GHC.Types.Any -> IO ()" -- Documents current behavior outlined in #806
3116
, "pattern Some a = Just a" >:: "pattern Some :: a -> Maybe a"
3117
, "pattern Some a <- Just a" >:: "pattern Some :: a -> Maybe a"
3118
, "pattern Some a <- Just a\n where Some a = Just a" >:: "pattern Some :: a -> Maybe a"
0 commit comments