mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +03:00
Remove the Term/Diff typealiases.
This commit is contained in:
parent
8fadcd3d95
commit
ff760d67b3
@ -1,6 +1,3 @@
|
||||
typealias Term = Cofree<JSONLeaf, Range<String.Index>>
|
||||
typealias Diff = Free<JSONLeaf, Term.Annotation, Patch<Term>>
|
||||
|
||||
public enum JSONLeaf: Categorizable, CustomJSONConvertible, CustomStringConvertible, Equatable {
|
||||
case Number(Double)
|
||||
case Boolean(Bool)
|
||||
|
Loading…
Reference in New Issue
Block a user