Fix genType annotations
This commit is contained in:
parent
7829efab25
commit
5076427d03
|
@ -1,3 +1,4 @@
|
||||||
|
@genType
|
||||||
type environment = GenericDist.env
|
type environment = GenericDist.env
|
||||||
|
|
||||||
@genType.opaque
|
@genType.opaque
|
||||||
|
|
|
@ -7,14 +7,18 @@ type project = {
|
||||||
mutable environment: Reducer_T.environment,
|
mutable environment: Reducer_T.environment,
|
||||||
mutable previousRunOrder: array<string>,
|
mutable previousRunOrder: array<string>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@genType
|
||||||
type t = project
|
type t = project
|
||||||
|
|
||||||
|
@genType
|
||||||
type projectItemJson = {
|
type projectItemJson = {
|
||||||
id: string,
|
id: string,
|
||||||
source: string,
|
source: string,
|
||||||
continues: array<string>,
|
continues: array<string>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@genType
|
||||||
type projectJson = {
|
type projectJson = {
|
||||||
items: array<projectItemJson>,
|
items: array<projectItemJson>,
|
||||||
environment: Reducer_T.environment,
|
environment: Reducer_T.environment,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user