mirror of
https://github.com/github/semantic.git
synced 2024-12-20 13:21:59 +03:00
Define all our constants in one go.
This commit is contained in:
parent
d56f2176b9
commit
e5423587c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user