-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
type Foo = protocol!(
Recv usize,
Send usize,
Nest {
Send usize,
Nest {
Recv usize,
Choose [
{ Escape Z },
{
Send usize,
Escape S<Z>
}
]
}
}
);should expand to
type Foo = Recv<usize,
Send<usize,
Nest<Send<usize,
Nest<Recv<usize,
Choose<Escape<Z>,
Finally<Send<usize,
Escape<S<Z>>
>
>
>
>
>
>
>
>
>
Metadata
Metadata
Assignees
Labels
No labels