Add comment.
This commit is contained in:
parent
cba5bb7729
commit
9f659c7df3
|
@ -12,7 +12,8 @@
|
|||
(import restrict^ dmap^)
|
||||
(export constraints^)
|
||||
|
||||
|
||||
;; It's hard to remove this use of exceptions
|
||||
;; because there's no monadic version of `hash-union` etc
|
||||
(define-values (fail-sym exn:infer?)
|
||||
(let ([sym (gensym 'infer-fail)])
|
||||
(values sym (λ (s) (and (pair? s) (eq? (car s) sym))))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user