JasonShin / fp-core.rs

A library for functional programming in Rust
MIT License
1.34k stars 65 forks source link

refactor HKT3 to HKT2 #47

Open JasonShin opened 4 years ago

JasonShin commented 4 years ago

Currently, we are encoding HKT2s such as Result as HKT3 but it should be HKT2 instead