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