Created
July 25, 2013 18:16
-
-
Save takikawa/6082325 to your computer and use it in GitHub Desktop.
This file contains 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
-> (set-member? s 3) | |
; s: contract violation | |
; expected a procedure that accepts 1 mandatory argument without any keywords | |
; given: 3 | |
; in: the 2nd argument of | |
; method set-member? with contract (-> set? (-> number? number?) | |
; boolean?) | |
; (set/c (-> number? number?)) | |
; contract from: (definition s) | |
; blaming: top-level | |
; at: readline-input:2.17 | |
; [,bt for context] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment