hdiff
packages
feed
hls-tactics-plugin
-1.1.0.0: test/golden/GoldenFromMaybe.hs.expected
fromMaybe :: a -> Maybe a -> a fromMaybe a Nothing = a fromMaybe _ (Just a2) = a2