sha1.ml
redis-async
1 2 3 4 5 6 7 8 open Core include String include Identifiable.Make_plain (struct let module_name = "Sha1" include String end)
1 2 3 4 5 6 7 8
open Core include String include Identifiable.Make_plain (struct let module_name = "Sha1" include String end)