(define (my-func thunk-arg) (contract integer? (thunk-arg) 'my-func <CALLER>))
What should I replace <CALLER> with? NB: I know that in the example I could do (define/contract (my-func thunk-arg) (-> (-> integer?) integer?) (thunk-arg)) but I'm looking for an answer to the generic case. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.