Alpha/Protocol: export Period.to_seconds
This commit is contained in:
parent
9f5a521188
commit
b5b1e5651a
@ -67,6 +67,7 @@ module Period : sig
|
|||||||
type period = t
|
type period = t
|
||||||
|
|
||||||
val of_seconds: int64 -> period tzresult
|
val of_seconds: int64 -> period tzresult
|
||||||
|
val to_seconds: period -> int64
|
||||||
val mult: int32 -> period -> period tzresult
|
val mult: int32 -> period -> period tzresult
|
||||||
|
|
||||||
val one_second: period
|
val one_second: period
|
||||||
|
Loading…
Reference in New Issue
Block a user