summaryrefslogtreecommitdiff
path: root/src/vylist.mli
AgeCommit message (Collapse)Author
2015-09-21Make Vylist.complement return a list rather than list option.Daniil Baturin
Situations when two lists are the same and when they don't have a common part become indistinguishable, but that's rarely needed.
2015-04-28Add Vylist.in_list for quick checks.Daniil Baturin
2015-04-24Add Vylist.complement for calculating difference between two listsDaniil Baturin
where one contains another (starting with the first element).
2015-03-28Add insert_before and insert_after to the Vylist signature.Daniil Baturin
2015-03-01Move the source files back to src/Daniil Baturin
Splitting directories was a bit premature and unnecessary.