qualify IEvVoid

This commit is contained in:
Umur Ozkul 2022-09-04 21:19:27 +02:00
parent 58a44fe437
commit 044ed0bea3

View File

@ -256,6 +256,6 @@ module Private = {
let these = project->getStdLib
let ofUser = Continuation.minus(those, these)
(getResultOption(project, "main")->Belt.Option.getWithDefault(IEvVoid->Ok), ofUser)
(getResultOption(project, "main")->Belt.Option.getWithDefault(InternalExpressionValue.IEvVoid->Ok), ofUser)
}
}