Skip to content

Commit

Permalink
docs: add Ref data type
Browse files Browse the repository at this point in the history
  • Loading branch information
csgn committed Dec 14, 2024
1 parent 3b05e65 commit 925f753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ flowchart BT
flowchart BT
State --> StateT
Eval
Ref
Id
```

Expand All @@ -195,7 +196,7 @@ flowchart BT
| Eval[A] ||||| ? | ? | ? ||
| State[A] | ? | ? | ? | ? | ? | ? | ? | ? |
| IO[A] | ? | ? | ? || ? | ? | ? | ? |
| NonEmptyList[A] | ? | ? | ? | ? | ? | ? | ? | ? |
| Ref[M, A] | ? | ? | ? | ? | ? | ? | ? | ? |

## Laws and Tests

Expand Down

0 comments on commit 925f753

Please sign in to comment.