mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Explore Indexed
terms in diffs.
This commit is contained in:
parent
51293d2202
commit
51166a0e0f
@ -232,6 +232,9 @@ extension Free {
|
||||
case .Pure, .Roll(_, .Leaf):
|
||||
return Location.nullary
|
||||
|
||||
case let .Roll(annotation, .Indexed(i)):
|
||||
return Location.variadic(i, weave, { Free.Roll(annotation, .Indexed($0)) })
|
||||
|
||||
default:
|
||||
fatalError("unimplemented")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user