Skip to content

Commit 9369b1e

Browse files
committed
process.ml: fix type annotation
1 parent eef921c commit 9369b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/process.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let process :
2828
Metadata.t ->
2929
Tree.operation ->
3030
( ( int64 * Metadata.t,
31-
[> `Syscall of error | `Invalid_test | `No_process ] )
31+
[> `Syscall of error | `Invalid_date | `Invalid_test | `No_process | `Not_found] )
3232
result,
3333
s )
3434
io =

0 commit comments

Comments
 (0)