added flow support for everything except tests

This commit is contained in:
Kevin Jahns
2015-11-30 15:02:34 +01:00
parent 0ebfae6997
commit eff6fb1cc5
8 changed files with 78 additions and 23 deletions

View File

@@ -16,9 +16,9 @@ type Operation = Struct
type Insertion = {
id: Id,
left: Id,
origin: Id,
right: Id,
left: ?Id,
origin: ?Id,
right: ?Id,
parent: Id,
parentSub: ?Id,
opContent: ?Id,