Jiajun Du
Jiajun Du
`C08/LogicCalculator.hs`代码中,第57行的函数体有一处错误,可以尝试以下的测试样例: ```haskell ex5 :: Formula (Int, ()) ex5 = Exist [1, 2, 3] $ \n -> Body (n :=: Con 3) solutions ex5 ``` 代码应修改为: ```haskell solutions (Exist (x:xs) as)...
## Describe the bug In the `pingora-lru` crate, the structure `LruUnit` and related functions are implemented. The structure `LruUnit` contains a data domain name `used_weight`, which should be equal to...
This PR is intended to solve issue [#164](https://github.com/cloudflare/pingora/issues/164).