1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00

Define all our constants in one go.

This commit is contained in:
Rob Rix 2016-06-29 10:15:35 -04:00
parent d56f2176b9
commit e5423587c5

View File

@ -26,8 +26,7 @@ rws compare getLabel as bs
where insert = pure . Insert
delete = pure . Delete
replace = (pure .) . Replace
(p, q) = (2, 2)
d = 15
(p, q, d) = (2, 2, 15)
fas = featurize as
fbs = featurize bs
kdas = KdTree.build (Vector.toList . fst . fst) fas