From ef9529d467741846415449b9d8f895bf33b38953 Mon Sep 17 00:00:00 2001 From: Christoph Welcz Date: Tue, 11 Dec 2018 21:53:39 +0100 Subject: [PATCH] Haskell without any additional imports --- e.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/e.hs b/e.hs index a4a4f08..f6a2ec5 100644 --- a/e.hs +++ b/e.hs @@ -1,3 +1,2 @@ -import Control.Monad.Fix -main = putStr $ fix ('e':) +main = putStr $ cycle "e"