johnwcowan / r7rs-work

96 stars 12 forks source link

UrisCowan: `uri-reference?` purpose #34

Closed arvyy closed 1 year ago

arvyy commented 1 year ago

uri-reference? is either URI or relative reference. What kind of value should satisfy uri-object? but not uri-reference?

johnwcowan commented 1 year ago

If you invoke (make-uri-object 'username "cowan"), the result satisfies uri-object? because it is a URI object, but not uri-reference?, absolute-uri?, or relative-reference?.

On Mon, Nov 21, 2022 at 12:46 PM arvyy @.***> wrote:

uri-reference? is either URI or relative reference. What kind of value should satisfy uri-object? but not uri-reference?

— Reply to this email directly, view it on GitHub https://github.com/johnwcowan/r7rs-work/issues/34, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANPPBVDAU57QU2J624YPGDWJOYPZANCNFSM6AAAAAASG4YO2Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>