Bug(Parser): spaces are not allowed when declaring universe variables

This code works:

» def transport_type.{u,v} := Prop
✓ 

But this one doesn't:

» def transport_type.{u, v} := Prop
✗     ^----------------^
✗ expected variable
Edited Jan 06, 2023 by belazy
Assignee Loading
Time tracking Loading