1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 16:02:43 +03:00

Remove the anonymous error type.

This commit is contained in:
Rob Rix 2015-10-28 18:51:10 -04:00
parent a3d72521d8
commit 5dfd596b72

View File

@ -43,7 +43,6 @@ func termWithInput(string: String) -> Term? {
ts_document_parse(document)
let root = ts_document_root_node(document)
struct E: ErrorType {}
return try? Cofree
.ana { node, category in
let count = node.namedChildren.count