bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

print-lines.txt (999B)


      1 Pretty-Print-Handler Bug Example
      2 
      3 Example:
      4 
      5   > '((x "positional 1")                                       
      6         (rest ("positional 2" "positional 3"))                 
      7         (a ())                                                 
      8         (b ("b-arg"))                                          
      9         (c (("first c1" "second c1") ("first c2" "second c2")))
     10         (d #f)                                                 
     11         (e ()))                                                
     12   '((x "positional 1")                                         
     13     (rest ("positional 2" "positional 3"))                     
     14     (a ())                                                     
     15     (b ("b-arg"))                                              
     16     (c (("first c1" "second c1") ("first c2" "second c2")))    
     17     (d #f)                                                     
     18     (e ()))