5 lines
122 B
Racket
5 lines
122 B
Racket
#lang planet dyoo/whalesong
|
|
;; This should invoke the use of inline-variant from 5.2.1
|
|
(provide f)
|
|
(define (f x) x)
|
|
(f 2) |