Skip to content
Snippets Groups Projects
Commit 9d603186 authored by Alan Zimmerman's avatar Alan Zimmerman
Browse files

EPA: Replace Anchor with EpaLocation

Match GHC
parent a35d8c6f
No related branches found
No related tags found
No related merge requests found
......@@ -1066,9 +1066,6 @@ instance NFData BufSpan where
instance NFData BufPos where
rnf (BufPos n) = rnf n
instance NFData Anchor where
rnf (Anchor ss op) = ss `seq` op `deepseq` ()
instance NFData AnchorOperation where
rnf UnchangedAnchor = ()
rnf (MovedAnchor dp cs) = dp `deepseq` cs `deepseq` ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment