fp-lean icon indicating copy to clipboard operation
fp-lean copied to clipboard

Typo fix at MonadTransformers.lean

Open JiechengZhao opened this issue 1 year ago • 0 comments

Maybe typo. The functions defined in the previous section shall be right, but here, the functions will give unwanted result.

Before.

 bin/
│    hello.hash
│    hello.trace
│    hello

After, should be.

├── bin/
│   ├── hello.hash
│   ├── hello.trace
│   ├── hello

JiechengZhao avatar Oct 17 '23 04:10 JiechengZhao