diff options
| author | Jan Sucan <jan@jansucan.com> | 2025-08-06 17:09:34 +0200 |
|---|---|---|
| committer | Jan Sucan <jan@jansucan.com> | 2025-08-06 17:09:34 +0200 |
| commit | c05e875d47dbb70eca00805f2596ddc16142f1c0 (patch) | |
| tree | 03f21130631efe41a18081f4975876a01393c104 /ch15/15_a_3.hs | |
| parent | 805426a440ec8da572a31c42e51d23a757b11af6 (diff) | |
15_a_3: Remove extra empty line
Diffstat (limited to 'ch15/15_a_3.hs')
| -rw-r--r-- | ch15/15_a_3.hs | 1 |
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) } |
