Use 2d instead of unstable/2d.
This commit is contained in:
parent
c8f02eb93f
commit
fbf200c034
|
@ -8,7 +8,7 @@
|
|||
"typed-racket-more"
|
||||
"typed-racket-compatibility"
|
||||
"unstable-lib"
|
||||
"unstable-2d"
|
||||
"2d"
|
||||
"rackunit-lib"
|
||||
"racket-index"
|
||||
"pconvert-lib"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user