Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Print native to use prettyprinter #1106

Merged
merged 1 commit into from
Dec 22, 2022

Conversation

rsoeldner
Copy link
Member

@rsoeldner rsoeldner commented Dec 22, 2022

pact> (print 1)
""
1
pact> (print "hi Emily!")
""
hi Emily!


Fixes #1101

Copy link
Member

@emilypi emilypi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@jmcardon jmcardon merged commit 996efb1 into kadena-io:master Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print native exposes Term show instance
3 participants