Skip to content
This repository was archived by the owner on Jul 7, 2024. It is now read-only.

Commit af9a8c9

Browse files
committed
Rebuild compiler
1 parent cdf91d5 commit af9a8c9

File tree

2 files changed

+26
-14
lines changed

2 files changed

+26
-14
lines changed

bin/urn.lua

+25-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/type.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365

366366
(defdefault pretty (x)
367367
(if (table? x)
368-
((deep-get pretty :lookup :table) x)
368+
((get-idx (get-idx pretty :lookup) :table) x)
369369
(tostring x)))
370370

371371
(defmacro debug (x)

0 commit comments

Comments
 (0)