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