feat (sim): parameterized on the notion of state

This commit is contained in:
Henri Saudubray 2025-04-17 15:20:35 +02:00
parent 391e350315
commit 48d6cc4ca8
Signed by: hms
GPG key ID: 7065F57ED8856128
7 changed files with 481 additions and 102 deletions

View file

@ -1,4 +1,6 @@
exception TODO
let pair = fun a b -> a, b
let uncurry = fun f (a, b) -> f a b