Michelson: Add LAMBDA to the language spec
This commit is contained in:
parent
804c3a4886
commit
8d852993ff
@ -471,6 +471,11 @@ IV - Core instructions
|
|||||||
|
|
||||||
> UNIT / S => Unit : S
|
> UNIT / S => Unit : S
|
||||||
|
|
||||||
|
* `LAMBDA 'a 'b code`:
|
||||||
|
Push a lambda with given parameter and return types onto the stack.
|
||||||
|
|
||||||
|
:: 'A -> (lambda 'a 'b) : 'A
|
||||||
|
|
||||||
### Generic comparison
|
### Generic comparison
|
||||||
|
|
||||||
Comparison only works on a class of types that we call comparable.
|
Comparison only works on a class of types that we call comparable.
|
||||||
|
Loading…
Reference in New Issue
Block a user