Skip to content

Commit

Permalink
added missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
Iainmon committed May 29, 2024
1 parent 16249b6 commit 0218b75
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/MonadState.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

$$
\text{State}(S,A)\simeq S \to A\times S\\
\text{Branch}(S,A)\simeq S \to \mathcal P (A\times S)\\
\text{Fork}(G,S,A)\simeq G\times S \to \mathcal P (A\times S) \times G^?
$$
State
$$
m_a \succ f = s_0 \mapsto m_b (s_1)\\
(a,s_1)=m_a (s_0),\quad m_b =f(a)
$$
Branch
$$
m_a \succ f = s_0 \mapsto \text{interleave} \{ m_b(s_1)\ | \ (a,s_1) \in m_a(s_0), m_b = f(a)\}
$$
Fork
$$
m_a \succ f = s_0 \mapsto
$$
Binary file added xtra-deploy-server-freeze/xtra-backend.zip
Binary file not shown.
Binary file added xtra-deploy-server-freeze/xtra.zip
Binary file not shown.

0 comments on commit 0218b75

Please sign in to comment.