Closed mrmr1993 closed 1 year ago
This PR generalizes Typ.t over Cvar.t, by adding a type parameter.
Typ.t
Cvar.t
This also makes some tweaks to the functors and module types to make it easier to port this to Mina.
mina side: https://github.com/MinaProtocol/mina/pull/12675
Stale pull request message
This PR generalizes
Typ.t
overCvar.t
, by adding a type parameter.This also makes some tweaks to the functors and module types to make it easier to port this to Mina.