5c6c97b562429af9c4b3b9d208a111362bce32d9
[clean-tests.git] / sharestore / test.icl
1 module test
2
3 import iTasks
4
5 Start w = startEngine main w
6
7 sh :: Shared [Int]
8 sh = sharedStore "bork" [0,1,2]
9
10 main :: Task [Int]
11 main = viewSharedInformation () [] sh
12 -|| (chooseAction [(Action "Empty", ())] >>- \()->upd (\_->[]) sh)