aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ch15/15_a_3.hs1
1 files changed, 0 insertions, 1 deletions
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)
}