Remove NoExt

pull/244/head
Evan Rutledge Borden 2019-06-23 13:32:21 -05:00
parent 907f362ab5
commit d071534cad
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ layoutExpr lexpr@(L _ expr) = do
HsRecFld{} -> do
-- TODO
briDocByExactInlineOnly "HsRecFld" lexpr
HsOverLabel NoExt _reboundFromLabel name ->
HsOverLabel _ext _reboundFromLabel name ->
let label = FastString.unpackFS name
in docLit . Text.pack $ '#' : label
HsIPVar{} -> do