Skip to content

Parsing of type operators isn't quite right #2092

Description

@garyb

They bind too tightly,

StateF s ~> StateF s'

is not parsed as:

(StateF s) ~> (StateF s')

but instead something like:

StateF (s ~> StateF) s'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions