typed-racket/typed-racket-test/succeed/json-hash.rkt
Sam Tobin-Hochstadt 5ba9633e78 Improve hash-table overlap.
Thanks to Alex Knauth for the code and Jordan Johnson for the test case.
2015-01-19 09:48:50 -05:00

5 lines
121 B
Racket

#lang typed/racket/base
(require typed/json)
(: jsx JSExpr)
(define jsx #hasheq((a . "val1") (b . "val2") (c . "val3")))