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