mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Initial file
This commit is contained in:
parent
40e24a6a97
commit
4991ef7c86
1 changed files with 11 additions and 0 deletions
11
docs/api/scheme/cyclone/pretty-print.md
Normal file
11
docs/api/scheme/cyclone/pretty-print.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Pretty Print Library
|
||||
|
||||
The `(scheme cyclone pretty-print)` library provides a pretty-printer based on code from:
|
||||
http://www.mathematik.uni-muenchen.de/~logik/download/minlog/src/pp-sexp.scm
|
||||
|
||||
- [`pretty-print`](#pretty-print)
|
||||
|
||||
#pretty-print
|
||||
(pretty-print obj)
|
||||
(pretty-print obj port)
|
||||
Outputs object to the given output port, or the current output port if none is given. The output is automatically indented just like it would be in a source code file, to make it easier to read.
|
Loading…
Add table
Reference in a new issue