Last active
January 13, 2017 19:41
-
-
Save aamedina/4fdc81629824e744abc9ec176df83183 to your computer and use it in GitHub Desktop.
deftype/defrecord Object usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defrecord A [] | |
| Object | |
| (toString [x] "A") | |
| (myMethod [this]) | |
| (myMethod2 [this x y])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment