File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ Writing to the accumulator pushes a value to the stack.
447
447
| ` MAP_SIZE ` | Arg0 Arg1 | Arg0 := The size of the map Arg1. | {map} | integer | ` FATE_01 ` |
448
448
| ` MAP_TO_LIST ` | Arg0 Arg1 | Arg0 := The tuple list representation of the map Arg1. | {map} | list | ` FATE_01 ` |
449
449
| ` IS_NIL ` | Arg0 Arg1 | Arg0 := true if Arg1 == [ ] . | {list} | boolean | ` FATE_01 ` |
450
- | ` CONS ` | Arg0 Arg1 Arg2 | Arg0 := [ Arg1| Arg2 ] . | {any,list} | list | ` FATE_01 ` |
450
+ | ` CONS ` | Arg0 Arg1 Arg2 | Arg0 := [ Arg1] ++ Arg2 . | {any,list} | list | ` FATE_01 ` |
451
451
| ` HD ` | Arg0 Arg1 | Arg0 := head of list Arg1. | {list} | any | ` FATE_01 ` |
452
452
| ` TL ` | Arg0 Arg1 | Arg0 := tail of list Arg1. | {list} | list | ` FATE_01 ` |
453
453
| ` LENGTH ` | Arg0 Arg1 | Arg0 := length of list Arg1. | {list} | integer | ` FATE_01 ` |
You can’t perform that action at this time.
0 commit comments