~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to bundles/stdcompat/stdcompat-current/interfaces/3.11/digest.mli

  • Committer: Thierry Martinez
  • Date: 2019-08-20 13:37:04 UTC
  • Revision ID: git-v1:0214afad4a32c95349c2c5a38e37cea407c455d0
Update bundles

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
type t = string
 
2
val string : string -> t
 
3
val substring : string -> int -> int -> t
 
4
external channel : in_channel -> int -> t = "caml_md5_chan"
 
5
val file : string -> t
 
6
val output : out_channel -> t -> unit
 
7
val input : in_channel -> t
 
8
val to_hex : t -> string