Skip to content

Commit

Permalink
Update functional-core-imperative-shell.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hardcastle authored Nov 14, 2024
1 parent 3fcc4aa commit fe44f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/functional-core-imperative-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The result of all this is expressed in the following table:
| Has functions : | Has commands : |
| (a) where the body is any expression | (a) where the body is one or more instructions |
| (b) which is evaluated | (b) which are executed |
| (c) which are inherently parallel | which are inherently serial |
| (c) which are inherently parallel | (c) which are inherently serial |
| (d) returning a value | (d) returning only success or an error |
| (e) which can only call functions | (e) which can call both functions and commands |
| All local values are constant | All local values are mutable |
Expand Down

0 comments on commit fe44f4f

Please sign in to comment.