From 69a6363ded7f958f642236502d660da96ef263b6 Mon Sep 17 00:00:00 2001 From: Cedric Brancourt Date: Wed, 12 Mar 2014 14:26:24 +0100 Subject: [PATCH] fixes #5 (HaskVan/HaskellKoans/issues/5) readsKoan was not run --- test/BasicFunctions.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/BasicFunctions.hs b/test/BasicFunctions.hs index 72e8be5..5803fe6 100644 --- a/test/BasicFunctions.hs +++ b/test/BasicFunctions.hs @@ -23,7 +23,7 @@ koans = describe "BasicFunctions" $ do -- * Basic Parsing functions koanRead - --, koanReads + koanReads -- * Functional utilities koanId