Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quellcode-Bibliothek MC4_spr.hs

  Sprache: Haskell
 

module MC4 where

newtype Odlist a = ODList [a] deriving (Eq, Ord, Show)
newtype Mapping a b = Mapping [(a, b)] deriving Show
data Trie a b = Trie (Maybe b) [(a, Trie a b)] deriving Show

data AlgState_ext a b c = AlgState_ext a b c deriving Show
data BEState_ext a b c d = BEState_ext b (Odlist (a, c)) d deriving (Eq, Ord, Show)

data Agent = Child0 | Child1 | Child2 | Child3 deriving (Eq, Ord, Show)
data Act = SayIKnow | SayNothing deriving (Eq, Ord, Show)

mc_init = [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))]
mc_dfs_output = AlgState_ext (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) []),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayNothing,())]) [])])])) [])]),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayNothing,())]) [])])])) [])]),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayNothing,())]) [])])])) [])]),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayNothing,())]) [])])])) [])]),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayNothing,())]) [])])])) [])]),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayNothing,())]) [])])])) [])]),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayNothing,())]) [])])])) [])]),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])])])])])])])])])])])])])])])])) [])])])])])])])])])])])])])])])]),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((False,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) []),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) []),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayNothing,())]) [])])])) [])]),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) []),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayNothing,())]) [])])])) [])]),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayNothing,())]) [])])])) [])]),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayNothing,())]) [])])])) [])])])) [])])])])])])])])])])])])) [])])])])])])])])])])]),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayNothing,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayNothing,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) []),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((False,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) []),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayNothing,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayNothing,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) []),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((False,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) []),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((False,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) []),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) []),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) []),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayNothing,())]) [])])])) [])])])) [])])])])])])) [])])])])]),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayNothing,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayNothing,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) []),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) []),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayIKnow,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayIKnow,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((False,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) []),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) []),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayIKnow,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayIKnow,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((False,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) []),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) []),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayIKnow,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayIKnow,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((False,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) []),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((True,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) []),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) []),(BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just [(SayIKnow,())]) [])])) [])])) [])])) [])]) (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) []),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayNothing,(SayNothing,(SayNothing,SayIKnow))),()),(ODList [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(((SayNothing,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])])) [])]),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayNothing,(SayNothing,(SayIKnow,SayNothing))),()),(ODList [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(((SayNothing,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])])) [])]),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayNothing,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])])) [])]),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayNothing,(SayIKnow,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayIKnow,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayNothing,(SayIKnow,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(((SayNothing,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])])) [])]),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayNothing,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])])) [])]),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayNothing,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])])) [])]),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayNothing,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])])) [])]),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])])])])])])])])])])])])])])])])) [])])])])])])])])])])])])])])])]),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((False,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayNothing,(SayNothing,SayIKnow))),()),(ODList [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayNothing,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayNothing,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) []),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayNothing,(SayIKnow,SayNothing))),()),(ODList [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayNothing,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayNothing,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) []),(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayNothing,(SayNothing,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,True))),(SayNothing,(SayNothing,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(((SayNothing,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])])) [])]),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) []),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayNothing,(SayIKnow,(SayNothing,SayIKnow))),()),(ODList [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayIKnow,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayNothing,(SayIKnow,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(((SayNothing,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])])) [])]),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayNothing,(SayIKnow,(SayIKnow,SayNothing))),()),(ODList [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayIKnow,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayNothing,(SayIKnow,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(((SayNothing,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])])) [])]),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayNothing,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ()),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])])) [])])])) [])])])])])])])])])])])])) [])])])])])])])])])])]),(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayNothing,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayNothing,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) []),(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((False,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) []),(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayNothing,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayNothing,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) []),(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((False,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(False,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(False,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) []),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((False,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayNothing,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayNothing,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayNothing,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) []),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayNothing,SayIKnow))),()),(ODList [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) []),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayNothing))),()),(ODList [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) []),(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayNothing,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,True))),(SayNothing,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())])),(((SayNothing,(SayNothing,(SayNothing,SayNothing))),()),(ODList [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])])) [])])])) [])])])])])])) [])])])])]),(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayNothing,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayNothing,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) []),(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) []),(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayIKnow,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayIKnow,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((False,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) []),(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) []),(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayIKnow,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayIKnow,(SayNothing,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((False,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(False,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(False,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) []),(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) []),(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayIKnow,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayIKnow,(SayIKnow,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((False,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((False,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((False,(True,(True,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((False,(True,(True,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) []),(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((True,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(True,(True,True))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(True,(True,True))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) []),(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) []),(BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Trie Nothing [(BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),Trie (Just (Mapping [(((SayIKnow,(SayIKnow,(SayIKnow,SayIKnow))),()),(ODList [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())],ODList [(BEState_ext ((True,(False,(False,False))),(SayNothing,(SayNothing,(SayNothing,SayNothing)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) (),BEState_ext ((True,(False,(False,False))),(SayIKnow,(SayIKnow,(SayIKnow,SayIKnow)))) (ODList [(Child0,()),(Child1,()),(Child2,()),(Child3,())]) ())]))])) [])])) [])])) [])])) [])]) ()

Messung V0.5 in Prozent
C=86 H=100 G=93

¤ Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.2.498Bemerkung:  ¤

*Bot Zugriff






Wurzel

Suchen



NIST Cobol Testsuite



Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

      Eigene Quellcodes
      Fremde Quellcodes
     Quellcodebibliothek
      Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge