From c05e875d47dbb70eca00805f2596ddc16142f1c0 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Wed, 6 Aug 2025 17:09:34 +0200 Subject: 15_a_3: Remove extra empty line --- ch15/15_a_3.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/ch15/15_a_3.hs b/ch15/15_a_3.hs index ddabc17..be08c8c 100644 --- a/ch15/15_a_3.hs +++ b/ch15/15_a_3.hs @@ -20,7 +20,6 @@ data ParseState = ParseState { string :: String } deriving (Show) - newtype Parse a = Parse { runParse :: ParseState -> (a, ParseState) } -- cgit v1.2.3