purescript-0.7.2.0: examples/passing/OneConstructor.purs
module Main where import Prelude data One a = One a one' (One a) = a main = Control.Monad.Eff.Console.log "Done"
module Main where import Prelude data One a = One a one' (One a) = a main = Control.Monad.Eff.Console.log "Done"