phc-toolkit/is-untyped.rkt
2017-04-27 23:38:55 +02:00

4 lines
86 B
Racket

#lang racket/base
(provide if-typed)
;; if-typed
(define-syntax-rule (if-typed t u) u)