1
1
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:
Artem Gureev 2023-10-31 19:18:04 +06:00 committed by GitHub
parent cbee146bd7
commit a0bcacb0fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 :"