Use 2d instead of unstable/2d.

This commit is contained in:
Vincent St-Amour 2015-09-07 19:13:50 -05:00
parent c8f02eb93f
commit fbf200c034
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
"typed-racket-more"
"typed-racket-compatibility"
"unstable-lib"
"unstable-2d"
"2d"
"rackunit-lib"
"racket-index"
"pconvert-lib"

View File

@ -1,6 +1,6 @@
#lang unstable/2d typed/racket/base
(require unstable/2d/match)
#lang 2d typed/racket/base
(require 2d/match)
(: f : Integer Integer -> Integer)
(define (f x y)
@ -16,4 +16,4 @@
(loop a b))
╚════════════════╩═══╩════════════════════════╝)
(f 0 1)
(f 0 1)