purescript-0.7.2.0: examples/passing/DataAndType.purs
module Main where import Prelude data A = A B type B = A main = Control.Monad.Eff.Console.log "Done"
module Main where import Prelude data A = A B type B = A main = Control.Monad.Eff.Console.log "Done"