What is the diff between pure() and return() ?Could you give me an example?

In DAML they are literally equivalent. return is part of Action in Haskell but in DAML, it is simply a synonym for pure.

1 Like