Skip to content

eval:alts should allow escape within eval datum #533

@dvanhorn

Description

@dvanhorn

eval:alts currently only allows escaping within the "show" datum and not the "eval" datum, but it is useful to be able to programmatically construct the eval datum too and so I think it makes sense to allow escaping there.

#lang racket/base
(require scribble/example)
(examples (eval:alts #,(add1 1) 2)) ; allowed
(examples (eval:alts 2 #,(add1 1))) ; not allowed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions