Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ post mode x =
Just (QuasiQuote (base :: SrcSpanInfo) qname content) ->
case parseExpWithMode mode content of
ParseOk ex -> genHSE mode (fmap (redelta qname base) ex)
ParseFailed _ e -> error e
ParseFailed _ _ -> []
_ -> []

-- | Apply a delta to the positions in the given span from the base.
Expand Down