Skip to content

Commit 16dcbd4

Browse files
authored
Merge pull request #27 from Octachron/OCaml_5.1_support
process.ml: fix type annotation
2 parents eef921c + 9369b1e commit 16dcbd4

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)