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