Kind1
Kind1 copied to clipboard
Infix Functions / custom binary operator
I'd like to know about Infix Functions or how to define custom binary operators in Kind. Infix Functions In Haskell
I need to define monad operators >>= or pipeline |> or function composition . freely.
I seached the documents and issues but could not find. Thanks!