diff options
Diffstat (limited to 'src/Pages/TH.hs')
| -rw-r--r-- | src/Pages/TH.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Pages/TH.hs b/src/Pages/TH.hs index 0cc93db..2061c9a 100644 --- a/src/Pages/TH.hs +++ b/src/Pages/TH.hs @@ -194,7 +194,7 @@ renderNodes dats buf (node : nodes) = do Just (VQInt, _) -> fail $ "Int value in inverted section scrutinee " ++ show named Just (VQUnit, _) -> fail $ "() value in inverted section scrutinee " ++ show named Nothing -> fail $ "Inverted section scrutinee not found: " ++ show named - M.Partial _ _ -> fail $ "TODO partials" + M.Partial _ _ -> fail "TODO partials" renderNodes dats (ExpensiveExp buf') nodes |
