module Main where import Control.Monad.Eff.Console (log) import Lib (A(B,C)) main = log "Done"