1
1
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:
Rob Rix 2015-10-30 14:57:33 -04:00
parent 8fadcd3d95
commit ff760d67b3

View File

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