Skip to content

Instantly share code, notes, and snippets.

@stibear
Created February 18, 2014 16:39
Show Gist options
  • Save stibear/9074533 to your computer and use it in GitHub Desktop.
Save stibear/9074533 to your computer and use it in GitHub Desktop.
(define-record-type pare
(kons x y)
pare?
(x kar)
(y kdr))
(kons 'a 'b) ;=> #<record pare>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment