Closed janmasrovira closed 3 months ago
We would support three kinds of statements (bind, let, expression), and we could borrow the syntax from haskell.
do { <var> <- <expr>; -- bind let <fundef>; -- pure let <expr>; -- monadic expression };
In the future we can consider some extensions:
<-
Applicative
Wait until we have use-cases in Anoma applications.
We would support three kinds of statements (bind, let, expression), and we could borrow the syntax from haskell.
In the future we can consider some extensions:
<-
.Applicative
.