www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

test-percent2.rkt (158B)


      1 #lang typed/racket
      2 (require phc-toolkit/percent2
      3          typed/rackunit)
      4 (check-equal? (% #,x = #'y
      5                  in
      6                  x)
      7               'y)