mirror of
https://github.com/github/semantic.git
synced 2024-11-23 16:37:50 +03:00
Tree is public.
This commit is contained in:
parent
485565b4e4
commit
5f66984cec
@ -1,6 +1,6 @@
|
||||
// Copyright © 2015 GitHub. All rights reserved.
|
||||
|
||||
enum Tree<A> {
|
||||
public enum Tree<A> {
|
||||
case Leaf(A)
|
||||
case Branch([Tree])
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user