mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
gfse: small linearization type display adjustment
This commit is contained in:
@@ -1297,7 +1297,7 @@ function draw_lins(g,ci) {
|
|||||||
var fty=function_type(g,f.fun)
|
var fty=function_type(g,f.fun)
|
||||||
var linty=lintype(g,conc,igs,dc,fty)
|
var linty=lintype(g,conc,igs,dc,fty)
|
||||||
if(fty)
|
if(fty)
|
||||||
fn.title=f.fun+": "+show_type(fty)
|
fn.title="fun "+f.fun+": "+show_type(fty)
|
||||||
+"\nlin "+f.fun+": "+show_lintype(linty)
|
+"\nlin "+f.fun+": "+show_lintype(linty)
|
||||||
var l=[fn]
|
var l=[fn]
|
||||||
for(var i=0; i<f.args.length;i++) {
|
for(var i=0; i<f.args.length;i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user