Skip to content

Fix multiline blanks#33

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

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

Conversation

@jmorag

@jmorag jmorag commented Jan 12, 2026

Copy link
Copy Markdown

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

jmorag commented Jan 29, 2026

Copy link
Copy Markdown
Author

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