feat (sim): parameterized on the notion of state
This commit is contained in:
parent
391e350315
commit
48d6cc4ca8
7 changed files with 481 additions and 102 deletions
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
exception TODO
|
||||
|
||||
let pair = fun a b -> a, b
|
||||
|
||||
let uncurry = fun f (a, b) -> f a b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue