mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Attach location to alias header name
This commit is contained in:
parent
11da888c07
commit
597a1cef3b
5 changed files with 18 additions and 22 deletions
|
@ -251,7 +251,7 @@ impl<'a> Formattable for TypeAnnotation<'a> {
|
|||
buf.spaces(1);
|
||||
buf.push_str("as");
|
||||
buf.spaces(1);
|
||||
buf.push_str(name);
|
||||
buf.push_str(name.value);
|
||||
for var in *vars {
|
||||
buf.spaces(1);
|
||||
buf.push_str(var.value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue