hdiff
packages
feed
hls-tactics-plugin
-1.1.0.0: test/golden/GoldenNote.hs.expected
note :: e -> Maybe a -> Either e a note e Nothing = Left e note _ (Just a) = Right a