Transitive aliasing doesn't work #86

Closed
opened 2025-03-28 01:06:19 +01:00 by belka · 0 comments
Owner
type
  X = Int
  Y = X

begin
end.

gives

Error: Type 'X' not declared

``` type X = Int Y = X begin end. ``` gives > Error: Type 'X' not declared
belka added the
bootstrap
label 2025-03-28 01:06:20 +01:00
belka closed this issue 2025-03-28 10:59:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#86
No description provided.