mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
showing labelless table values in cc
This commit is contained in:
@@ -265,6 +265,8 @@ prTermTabular = pr where
|
|||||||
[(prt_ lab +++ "." +++ path, str) | (lab,(_,val)) <- rs, (path,str) <- pr val]
|
[(prt_ lab +++ "." +++ path, str) | (lab,(_,val)) <- rs, (path,str) <- pr val]
|
||||||
T _ cs ->
|
T _ cs ->
|
||||||
[(prt_ lab +++"=>" +++ path, str) | (lab, val) <- cs, (path,str) <- pr val]
|
[(prt_ lab +++"=>" +++ path, str) | (lab, val) <- cs, (path,str) <- pr val]
|
||||||
|
V _ cs ->
|
||||||
|
[("#" ++ show i +++"=>" +++ path, str) | (i,val) <- zip [0..] cs, (path,str) <- pr val]
|
||||||
_ -> [([],ps t)]
|
_ -> [([],ps t)]
|
||||||
ps t = case t of
|
ps t = case t of
|
||||||
K s -> s
|
K s -> s
|
||||||
|
|||||||
Reference in New Issue
Block a user