www

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

test-hyper-literate-chain.rktl (223B)


      1 #lang hyper-literate (dotlambda/unhygienic . typed/racket)
      2 @chunk[<*>
      3        (require typed/rackunit)
      4        (define l λ.(list % 1))
      5        (check-equal? ((ann l (→ Any (Listof Any))) "b")
      6                      '("b" 1))]