blob: 680370e4b1237548335b80ccd02d4ef056eea4fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
module test_state_test
import StdEnv, test_state
Start :: *World -> Int
Start world
# state = 10
# (i, state) = store 5 10 15 state
# (i, state) = store 10 20 30 state
= i
|