Skip to content

Instantly share code, notes, and snippets.

@takikawa
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takikawa/1299162b8508f61621ae to your computer and use it in GitHub Desktop.
Save takikawa/1299162b8508f61621ae to your computer and use it in GitHub Desktop.
Opt coach incorrectly reports
#lang typed/racket
(: f ((List Integer Integer Integer) -> Integer))
(define (f x)
(cadr x))
(begin-for-syntax
(require typed-racket/utils/tc-utils)
(report-all-errors))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment