diff --git a/docs/whitedoc/michelson.rst b/docs/whitedoc/michelson.rst index 79f2dbbec..95ffcf12a 100644 --- a/docs/whitedoc/michelson.rst +++ b/docs/whitedoc/michelson.rst @@ -786,6 +786,10 @@ is, concatenate or splice them, and use them as keys. :: + :: string : string : 'S -> string : 'S + + > CONCAT / s : t : S => (s ^ t) : S + :: string list : 'S -> string : 'S > CONCAT / {} : S => "" : S @@ -1487,6 +1491,10 @@ the wild and untyped outside world. :: + :: bytes : bytes : 'S -> bytes : 'S + + > CONCAT / s : t : S => (s ^ t) : S + :: bytes list : 'S -> bytes : 'S > CONCAT / {} : S => 0x : S