1
1
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:
Rob Rix 2015-09-30 15:03:30 -04:00
parent a6358b22d4
commit d8c718130b

View File

@ -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 {