Hi, I'm working on hash folder & combinators and I thought that it would be useful if what I'm doing could be made compatible with the base hash types, specifically the hash state:
include Sys.Immediate64.Make (Int) (Int32)
My impression is that this application is generative so I don't think I can build a type that is statically unifyable with Base_internalhash_types.state without pulling the actual dependency. Is that right?
Seeing that this lib is packaged currently as ppx_hash.base_internalhash_types it is not supported by opam to install it in isolation, and imposes the rest of the transitive deps of the complete ppx_hash package to users.
Would you be willing to repackage it as a standalone no-dep opam package for re-use? (I'm expecting this is a fairly minor re-architecture that shouldn't have much impact on this package actually). Thank you for your consideration.
Hi, I'm working on hash folder & combinators and I thought that it would be useful if what I'm doing could be made compatible with the base hash types, specifically the hash state:
My impression is that this application is generative so I don't think I can build a type that is statically unifyable with
Base_internalhash_types.statewithout pulling the actual dependency. Is that right?Seeing that this lib is packaged currently as
ppx_hash.base_internalhash_typesit is not supported by opam to install it in isolation, and imposes the rest of the transitive deps of the completeppx_hashpackage to users.Would you be willing to repackage it as a standalone no-dep opam package for re-use? (I'm expecting this is a fairly minor re-architecture that shouldn't have much impact on this package actually). Thank you for your consideration.