module Main where import M1 import Control.Monad.Eff.Console (log) testX = X testZ = Z testFoo = foo main = log "Done"