hdiff
packages
feed
purescript
-0.15.15: tests/purs/passing/QualifiedNames/Either.purs
module Either where import Prelude data Either a b = Left a | Right b