Navigation : 
        
      
    
    
    Repl.it
    
    
    
    A summary of any special problems that have arisen with repl.it.
Repl.it requires a main method
The particular interpreter repl.it requires that you have a main method.
Write a simple one and then type your tests in the interactions pane.
main = do putStrLn "Loaded"