module Main where import Prelude data One a = One a one' (One a) = a main = Control.Monad.Eff.Console.log "Done"