a = Nothingb = [a, Just "Hi"]c = [a, Just 'c'] main = print b
Standard input is empty
[Nothing,Just "Hi"]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!