You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
The previous cava library had two main files that library users would import, Cava.Cava (imports needed for circuit definitions and tests) and Cava.CavaProperties (imports needed for proofs), which reduced import complexity quite a bit. It's probably a good idea to replicate that structure in cava2, and would also help us better control tvar typeclass inference as discussed in #929.
The text was updated successfully, but these errors were encountered:
See discussion in #929
The previous cava library had two main files that library users would import,
Cava.Cava
(imports needed for circuit definitions and tests) andCava.CavaProperties
(imports needed for proofs), which reduced import complexity quite a bit. It's probably a good idea to replicate that structure in cava2, and would also help us better controltvar
typeclass inference as discussed in #929.The text was updated successfully, but these errors were encountered: