symbolic-base-0.1.0.0: ZkFold Symbolic compiler and zero-knowledge proof protocols
Safe HaskellSafe-Inferred
LanguageHaskell2010

ZkFold.Base.Data.Utils

Documentation

zipWithM :: (Traversable f, Zip f, Applicative m) => (a -> b -> m c) -> f a -> f b -> m (f c) Source #