:: Text -> Int
Compute the number of symbols in the text.
Convert a value from an `Enum` value to an `Int`: ie, returns
the `Int` position of the element within the `Enum`.
If `fromEnum` is applied to a value that's too large to
fit in an `Int`, what is returned is up to your implementation.
Throws a `GeneralError` exception.
Throw exception in a pure context.
(Daml-LF >= 1.15) Convert a template value into an interface value.
For example `toInterface @MyInterface value` converts a template
`value` into a `MyInterface` type.
Abort since an assertion has failed. In an Update, Scenario,
Script, or Trigger context this will throw an AssertionFailed
exception. In an `Either Text` context, this will return the
message as an error.
Abort the current action with a message.
Fail with an error message.