adjust to renaming in data/enumerate
This commit is contained in:
parent
f2c01e780b
commit
0c31890e59
|
@ -7,8 +7,8 @@
|
||||||
enum?
|
enum?
|
||||||
size
|
size
|
||||||
(contract-out
|
(contract-out
|
||||||
(encode (-> enum? any/c exact-nonnegative-integer?))
|
(rename to-nat encode (-> enum? any/c exact-nonnegative-integer?))
|
||||||
(decode (-> enum? exact-nonnegative-integer? any/c)))
|
(rename from-nat decode (-> enum? exact-nonnegative-integer? any/c)))
|
||||||
empty/e
|
empty/e
|
||||||
const/e
|
const/e
|
||||||
from-list/e
|
from-list/e
|
||||||
|
|
Loading…
Reference in New Issue
Block a user