]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - examples/HelloWorld.hs
Still making many changes...
[Lucu.git] / examples / HelloWorld.hs
index 7515347cfedfd2fd385f326f0dbf2d9941ab826a..3b17bf8bd08a08976fd79577628678bea1ada6eb 100644 (file)
@@ -32,11 +32,10 @@ helloWorld
                       outputChunk "Hello, "
                       outputChunk "World!\n"
                       outputChunk =≪ Lazy.pack <$> getRemoteAddr'
-                      
       , resPost
           = Just $ do str1 ← inputChunk 3
                       str2 ← inputChunk 3
                       str3 ← inputChunk 3
                       setContentType $ parseMIMEType "text/hello"
                       output ("[" ⊕ str1 ⊕ " - " ⊕ str2 ⊕ "#" ⊕ str3 ⊕ "]")
-      }
\ No newline at end of file
+      }