Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 199 Bytes

DEBUG_TIPS.md

File metadata and controls

1 lines (1 loc) · 199 Bytes
  1. If you see an SOP Error: [] (or {}, undefined, any Object). Likely you have create a Either, free.right or free.left, but forgot to use free.bimap or free.bichain on the Free Monad.