
Mutable pair functions from racket/base are not moved. original commit: 52439d528b78db6394798d9bdd39b2017de03a5e
7 lines
145 B
Racket
7 lines
145 B
Racket
#lang racket/base
|
|
|
|
;; compatibility library, see compatibility/mpair
|
|
|
|
(require compatibility/mpair)
|
|
(provide (all-from-out compatibility/mpair))
|