move all unison files to unison-src directory

This commit is contained in:
Paul Chiusano 2016-08-21 17:58:07 -04:00
parent 632fc73cf9
commit 441e41311a
4 changed files with 11 additions and 0 deletions

11
unison-src/searchengine.u Normal file
View File

@ -0,0 +1,11 @@
-- going to need tuples at least
-- allow declarations somehow
-- going to need hashing
let rec
dindex : Vector Node
-> Remote (k -> Remote (Optional v), -- lookup
k -> v -> Remote Unit) -- insert
in
_