module Tokens where data Token = A | B | C deriving Eq
Standard input is empty
[1 of 1] Compiling Tokens ( prog.hs, prog.o )
<no location info>: error:
output was redirected with -o, but no output will be generated
because there is no Main module.
Standard output is empty