forked from GitHub/gf-core
bugfix: the identifiers in the output of l -table should not be qualified
This commit is contained in:
@@ -230,7 +230,7 @@ mkParamLincat sgr lang cat = errVal (C.R [C.S []]) $ do
|
|||||||
return $ C.S [p',v']
|
return $ C.S [p',v']
|
||||||
Sort s | s == cStr -> return $ C.S []
|
Sort s | s == cStr -> return $ C.S []
|
||||||
_ -> return $
|
_ -> return $
|
||||||
C.FV $ map (kks . filter showable . render . ppTerm Qualified 0) $
|
C.FV $ map (kks . filter showable . render . ppTerm Unqualified 0) $
|
||||||
errVal [] $ Look.allParamValues sgr typ
|
errVal [] $ Look.allParamValues sgr typ
|
||||||
showable c = not (isSpace c) ---- || (c == ' ') -- to eliminate \n in records
|
showable c = not (isSpace c) ---- || (c == ' ') -- to eliminate \n in records
|
||||||
kks = C.K . C.KS
|
kks = C.K . C.KS
|
||||||
|
|||||||
Reference in New Issue
Block a user