You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for image=? in 2htdp/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.
(require lang/imageeq) ;it can be required here
(require 2htdp/image)
but if you need both 2htdp/image and image=? , then it leads to:
What I mean is why isn't it just available from the package 2htdp/image? (require (only-in lang/htdp-beginner image=?)) works though so you can close this issue.
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: