Skip to content

Make a hyperbracketed version of match/c #8

@rocketnia

Description

@rocketnia

Currently, match/c from Lathe Comforts can do something like this:

(match/c cons natural? (match/c cons any/c (listof string?)))

But another incarnation of it could use hyperbrackets to delineate a more extensive composition of match operations:

(taffy-match/c `(cons ,natural? (cons ,any/c ,(listof string?))))

This could also have multiple hyperbracketed parts representing different match clauses to try.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions