fix genType
This commit is contained in:
parent
17c3fe9dd8
commit
5d744fe2d0
|
@ -30,7 +30,6 @@ type rec externalExpressionValue =
|
|||
| EvType(record)
|
||||
| EvVoid
|
||||
and record = Js.Dict.t<externalExpressionValue>
|
||||
and externalBindings = record
|
||||
and lambdaValue = {
|
||||
parameters: array<string>,
|
||||
context: hiddenNameSpace,
|
||||
|
@ -38,6 +37,9 @@ and lambdaValue = {
|
|||
}
|
||||
and lambdaDeclaration = Declaration.declaration<lambdaValue>
|
||||
|
||||
@genType
|
||||
type externalBindings = record
|
||||
|
||||
@genType
|
||||
type t = externalExpressionValue
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user