mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Remove the heading.
This commit is contained in:
parent
d5d63a892d
commit
9b9daa910a
@ -1,5 +1,3 @@
|
||||
// Copyright © 2015 GitHub. All rights reserved.
|
||||
|
||||
public enum Tree<A>: CustomStringConvertible {
|
||||
case Leaf(A)
|
||||
case Branch([Tree])
|
||||
|
Loading…
Reference in New Issue
Block a user