fork download
  1. data Fuuu = Fuuu
  2. instance Eq Fuuu
  3.  
  4. main = print $ if Fuuu == Fuuu then "I dosen't seen this" else "and this"
Runtime error #stdin #stdout 0.01s 3580KB
stdin
Standard input is empty
stdout
Standard output is empty