Skip to content

Commit

Permalink
; ast: Add a link in a BUG comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed Sep 14, 2022
1 parent 8ef4afa commit 28299a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AST/Entities.dfy
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,7 @@ module {:options "-functionSyntax:4"} Bootstrap.AST.Entities
[root] + Seq.Flatten(Seq.Map(RecursiveTransitiveMembers'(root), Members(root)))
}

// BUG: the root parameter should be ghost, but causes compile failure if it is
// TODO: create and link to GitHub issue once we can reduce it to a simpler reproduction
// BUG(https://github.com/dafny-lang/dafny/issues/2690)
function RecursiveTransitiveMembers'(root: Name)
: (Name --> seq<Name>)
requires Valid?()
Expand Down

0 comments on commit 28299a2

Please sign in to comment.