1 2 3 4 5 6 7 8
mod90.hs:3:16: error: In module ‘Prelude’: ‘Left’ is a data constructor of ‘Either’ To import it use import Prelude( Either( Left ) ) or import Prelude( Either(..) )