Skip to content

Instantly share code, notes, and snippets.

@fiddlerwoaroof
Created November 6, 2018 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fiddlerwoaroof/055bd9941c50195504dc71e6ac3896bf to your computer and use it in GitHub Desktop.
Save fiddlerwoaroof/055bd9941c50195504dc71e6ac3896bf to your computer and use it in GitHub Desktop.
(cl:defmethod cl:print-object ((self just) stream)
(cl:format stream "#.(Just ~{~s~})"
(cl:coerce (cl:slot-value self 'coalton-impl::value)
'cl:list)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment