mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 01:52:50 -06:00
bugfix in showType from the C runtime
This commit is contained in:
@@ -50,7 +50,7 @@ showType scope (Type ty touch) =
|
|||||||
do (sb,out) <- newOut tmpPl
|
do (sb,out) <- newOut tmpPl
|
||||||
printCtxt <- newPrintCtxt scope tmpPl
|
printCtxt <- newPrintCtxt scope tmpPl
|
||||||
exn <- gu_new_exn tmpPl
|
exn <- gu_new_exn tmpPl
|
||||||
pgf_print_type ty printCtxt 1 out exn
|
pgf_print_type ty printCtxt 0 out exn
|
||||||
touch
|
touch
|
||||||
s <- gu_string_buf_freeze sb tmpPl
|
s <- gu_string_buf_freeze sb tmpPl
|
||||||
peekUtf8CString s
|
peekUtf8CString s
|
||||||
|
|||||||
Reference in New Issue
Block a user