hdiff
packages
feed
purescript
-0.7.0.0: examples/failing/NewtypeMultiCtor.purs
module Main where import Prelude newtype Thing = Thing String | Other