mirror of
https://github.com/github/semantic.git
synced 2024-12-24 07:25:44 +03:00
Revert "Define all our constants in one go."
This reverts commit 77c6cb8d94ccc4bd53d142851e815a74bfc79f14.
This commit is contained in:
parent
79d05c9520
commit
31786e1357
@ -26,7 +26,8 @@ rws compare getLabel as bs
|
||||
where insert = pure . Insert
|
||||
delete = pure . Delete
|
||||
replace = (pure .) . Replace
|
||||
(p, q, d) = (2, 2, 15)
|
||||
(p, q) = (2, 2)
|
||||
d = 15
|
||||
fas = featurize as
|
||||
fbs = featurize bs
|
||||
kdas = KdTree.build (Vector.toList . fst . fst) fas
|
||||
|
Loading…
Reference in New Issue
Block a user