Up
Module type
Arg
=
Core.Syscall_result_intf.Arg
Signature
type
t
val
compare :
t
->
t
-> int
val
sexp_of_t :
t
->
Sexplib.Sexp.t
val
to_int :
t
-> int
to_int t
must be >= 0, otherwise
create_ok
will raise.
val
of_int_exn : int ->
t