1
1
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:
Rob Rix 2015-09-15 13:55:46 -04:00
parent d5d63a892d
commit 9b9daa910a

View File

@ -1,5 +1,3 @@
// Copyright © 2015 GitHub. All rights reserved.
public enum Tree<A>: CustomStringConvertible {
case Leaf(A)
case Branch([Tree])