1signature SHA1_ML =
2sig
3
4  val sha1_file : {filename:string} -> string
5
6end
7