Copyright | (c) 2023 GYELD GMBH |
---|---|
License | Apache 2.0 |
Maintainer | [email protected] |
Stability | develop |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
GeniusYield.Test.Privnet.Setup
Description
Documentation
This setup represents a two argument function where first argument is for logging & second represents for continuation, in need of Ctx
.
Once these two arguments are given to this function, it will give Ctx
to the continuation, where the logging part (the ctxLog
) of Ctx
would be obtained from first argument of this function.