Closed ken-okabe closed 2 years ago
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!
Closed because the repository now only contains the code for the Kind2 language.
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!