Skip to content

Instantly share code, notes, and snippets.

@cmonkey
cmonkey / eq.rkt
Created October 22, 2014 09:17
eq string
racket@> (= "str" "str")
2|=: contract violation
3| expected: number?
4| given: "str"
5| argument position: 1st
6| other arguments...:
7| "str"
8| context...:
9| /usr/share/racket/collects/racket/private/misc.rkt:87:7