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