Created
July 24, 2013 18:32
-
-
Save takikawa/6073178 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-first (set-add s (lambda (x) 3))) | |
; s: broke its contract | |
; promised a procedure that accepts 1 mandatory argument without any keywords | |
; produced: 2 | |
; in: the range of | |
; a disjunct of | |
; the set-first method of | |
; the range of | |
; a disjunct of | |
; the set-add method of | |
; the 2nd conjunct of | |
; a disjunct of | |
; the 1st conjunct of | |
; (set/c (-> number? number?)) | |
; contract from: (definition s) | |
; blaming: (definition s) | |
; at: readline-input:54.17 | |
; [,bt for context] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment