-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose image=? from BSL #164
Comments
What do you mean by expoised?
```
Welcome to Racket v8.3.0.5 [cs].
(require (only-in lang/htdp-beginner image=?))
(require 2htdp/image)
(image=? (rectangle 1 1 'solid 'red) (rectangle 1 1 'solid 'red))
#t
```
|
You might also be able to get away with just using |
What I mean is why isn't it just available from the package |
I think it is because it is just |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was looking for
image=?
in2htdp/image
but couldn't find it until Alex Knauth mentioned its in BSL but not exposed, is there a reason why its not exposed to the library.but if you need both
2htdp/image
andimage=?
, then it leads to:The text was updated successfully, but these errors were encountered: