mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 08:27:03 +03:00
Update Lisp File Printer (#2484)
Updates the compiled Lisp files for Geb usage by adding exports of the int type as well as exporting the main entry parameter.
This commit is contained in:
parent
cbee146bd7
commit
a0bcacb0fe
@ -29,7 +29,11 @@ docLisp opts packageName entryName morph _ =
|
||||
<> line
|
||||
<> indent' "(:shadowing-import-from :geb.spec #:case)"
|
||||
<> line
|
||||
<> indent' "(:use #:common-lisp #:geb.lambda.spec #:geb))"
|
||||
<> indent' "(:shadowing-import-from :geb.lambda.trans #:int)"
|
||||
<> line
|
||||
<> indent' "(:use #:common-lisp #:geb.lambda.spec #:geb)"
|
||||
<> line
|
||||
<> indent' "(:export :*entry*))"
|
||||
<> line
|
||||
<> line
|
||||
<> "(in-package :"
|
||||
|
Loading…
Reference in New Issue
Block a user