mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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 linty=lintype(g,conc,igs,dc,fty)
|
||||
if(fty)
|
||||
fn.title=f.fun+": "+show_type(fty)
|
||||
fn.title="fun "+f.fun+": "+show_type(fty)
|
||||
+"\nlin "+f.fun+": "+show_lintype(linty)
|
||||
var l=[fn]
|
||||
for(var i=0; i<f.args.length;i++) {
|
||||
|
||||
Reference in New Issue
Block a user