File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/compiler/api/GF/Compile/Compute Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1062,7 +1062,7 @@ ppValue q d (VStr s) = ppTerm q d (K s)
10621062ppValue q d VEmpty = pp " []"
10631063ppValue q d (VC v1 v2) = prec d 1 (hang (ppValue q 2 v1) 2 (" ++" <+> ppValue q 1 v2))
10641064ppValue q d (VGlue v1 v2) = prec d 2 (ppValue q 3 v1 <+> ' +' <+> ppValue q 2 v2)
1065- ppValue q d (VPatt _ _ _ ) = pp " VPatt "
1065+ ppValue q d (VPatt _ _ p ) = prec d 4 ( ' # ' <+> ppPatt q 2 p)
10661066ppValue q d (VPattType v) = prec d 4 (" pattern" <+> ppValue q 0 v)
10671067ppValue q d (VFV i vs) = prec d 4 (" variants" <+> pp i <+> braces (fsep (punctuate ' ;' (map (ppValue q 0 ) (unvariants vs)))))
10681068ppValue q d (VAlts e xs) = prec d 4 (" pre" <+> braces (ppValue q 0 e <> ' ;' <+> fsep (punctuate ' ;' (map (ppAltern q) xs))))
You can’t perform that action at this time.
0 commit comments