-
-
Save samth/4198674 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
. Type Checker: untyped identifier apply-contract imported from module <private/base.rkt> in: #%module-begin | |
. Type Checker: untyped identifier coerce-contract imported from module <private/guts.rkt> in: #%module-begin | |
. Type Checker: untyped identifier flat-named-contract imported from module <racket/contract> in: #%module-begin | |
. Type Checker: untyped identifier build-source-location imported from module <syntax/srcloc> in: #%module-begin | |
. Type Checker: Summary: 4 errors encountered in: | |
#%module-begin | |
#%module-begin | |
#%module-begin | |
#%module-begin |
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
#lang racket | |
(require (except-in typed/racket #%module-begin)) | |
(module+ test | |
(with-type #:result Number (+ 1 2))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment