Skip to content

Fix multiline blanks#33

Open
jmorag wants to merge 2 commits intoMesabloo:masterfrom
jmorag:fix-blank-rendering
Open

Fix multiline blanks#33
jmorag wants to merge 2 commits intoMesabloo:masterfrom
jmorag:fix-blank-rendering

Conversation

@jmorag
Copy link
Copy Markdown

@jmorag jmorag commented Jan 12, 2026

Before

[error]: Error with a multiline blank marker
     ╭──▶ test.zc@3:0-3:10
     │
   1 │ ╭┤ let id<a>(x : a) : a := x + 1
   2 │ │  <no line>
   3 │ ├┤ let const<a, b>(x : a, y : b) : a := x
     • │  ───────── 
     • │  ╰╸ After a multiline blank
     • │ 
     • 
─────╯

After

[error]: Error with a multiline blank marker
     ╭──▶ test.zc@3:0-3:10
     │
   1 │ ╭┤ let id<a>(x : a) : a := x + 1
   2 │ │  rec fix(f) := f(fix(f))
   3 │ ├┤ let const<a, b>(x : a, y : b) : a := x
     • │  ───────── 
     • │  ╰╸ After a multiline blank
     • │ 
     • 
─────╯

@jmorag
Copy link
Copy Markdown
Author

jmorag commented Jan 29, 2026

I think this fixes #30 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant