mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
Lose an annotation.
This commit is contained in:
parent
a6358b22d4
commit
d8c718130b
@ -28,7 +28,7 @@ public enum Term<A>: CustomDebugStringConvertible, CustomDocConvertible, CustomS
|
||||
|
||||
|
||||
public static var Empty: Term {
|
||||
return Term(Syntax<Term, A>.Empty)
|
||||
return Term(.Empty)
|
||||
}
|
||||
|
||||
public static func Leaf(a: A) -> Term {
|
||||
|
Loading…
Reference in New Issue
Block a user