(herald "Plain diffie-hellman protocol with challenge-response"
  (algebra diffie-hellman))
(comment "CPSA 3.4.0")
(comment "All input read from plaindh.scm")

Tree 0.

232 194 231 193 230 192 191 124 190 229 189 228 188 123 227 187 226 186 225 185 184 122 224 183 223 182 181 121 222 180 221 179 178 120 85 84 83 82 81 80 28 220 177 219 176 218 175 174 119 217 173 216 172 215 171 170 118 169 214 168 213 167 117 212 166 211 165 164 116 210 163 209 162 161 115 79 78 77 76 75 74 27 114 73 26 208 160 207 159 158 113 206 157 205 156 155 112 154 204 153 203 152 111 151 202 150 201 149 110 72 71 70 109 69 68 25 12 67 108 66 65 64 63 24 11 62 61 107 60 59 58 23 10 22 9 57 56 106 55 105 54 21 8 2 148 104 147 103 200 146 199 145 144 102 143 101 142 100 141 99 53 52 20 140 98 198 139 197 138 137 97 136 96 135 95 134 94 133 93 51 50 19 114 132 92 49 18 131 91 130 196 129 195 128 90 127 89 126 88 125 87 48 47 17 7 46 45 44 43 42 41 16 6 40 39 38 37 36 35 15 5 34 14 4 33 86 32 31 30 29 13 3 1 0
(defprotocol plaindh diffie-hellman
  (defrole init
    (vars (x expn) (h base) (n text))
    (trace (send (exp (gen) x)) (recv h) (send (enc n (exp h x)))
      (recv n))
    (uniq-orig n)
    (uniq-gen x))
  (defrole resp
    (vars (y expn) (h base) (n text))
    (trace (recv h) (send (exp (gen) y)) (recv (enc n (exp h y)))
      (send n))
    (uniq-gen y)
    (absent (y h)))
  (comment "Diffie-hellman key exchange followed by an encryption"))

Item 0, Children: 1 2.

n (enc n (exp h x)) h (exp (gen) x) ((n n) (h h) (x x)) init plaindh 0
(defskeleton plaindh
  (vars (n text) (h base) (x expn))
  (defstrand init 4 (n n) (h h) (x x))
  (uniq-gen x)
  (uniq-orig n)
  (label 0)
  (unrealized (0 3))
  (origs (n (0 2)))
  (comment "2 in cohort - 2 not yet seen"))

Item 1, Parent: 0, Children: 3 4 5 6 7.

n (enc n (exp h (mul x y))) (exp (gen) y) (exp h x) n (enc n (exp h (mul x y))) (exp h y) (exp (gen) x) ((n n) (h (exp h x)) (y y)) resp ((n n) (h (exp h y)) (x x)) init plaindh 1
(defskeleton plaindh
  (vars (n text) (h base) (x y expn))
  (defstrand init 4 (n n) (h (exp h y)) (x x))
  (defstrand resp 4 (n n) (h (exp h x)) (y y))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3)))
  (absent (y (exp h x)))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 4) n (0 3)
    (enc n (exp h (mul x y))))
  (label 1)
  (parent 0)
  (unrealized (0 1) (1 0))
  (comment "5 in cohort - 5 not yet seen"))

Item 2, Parent: 0, Children: 8 9 10 11 12.

(exp h x) (exp h x) n (enc n (exp h x)) h (exp (gen) x) ((n n) (h h) (x x)) init plaindh 2
(defskeleton plaindh
  (vars (n text) (h base) (x expn))
  (defstrand init 4 (n n) (h h) (x x))
  (deflistener (exp h x))
  (precedes ((0 0) (1 0)) ((1 1) (0 3)))
  (uniq-gen x)
  (uniq-orig n)
  (operation nonce-test (added-listener (exp h x)) n (0 3)
    (enc n (exp h x)))
  (label 2)
  (parent 0)
  (unrealized (1 0))
  (comment "5 in cohort - 5 not yet seen"))

Item 3, Parent: 1, Child: 13.

n (enc n (exp (gen) y)) (exp (gen) y) (gen) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((n n) (h (gen)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 3
(defskeleton plaindh
  (vars (n text) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (defstrand resp 4 (n n) (h (gen)) (y y))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3)))
  (absent (y (gen)))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (contracted (h (exp (gen) (rec x)))) (gen)
    (1 0))
  (label 3)
  (parent 1)
  (unrealized (0 1))
  (comment "1 in cohort - 1 not yet seen"))

Item 4, Parent: 1, Child: 14.

n (enc n (exp (gen) (mul y x))) (exp (gen) y) (exp (gen) x) n (enc n (exp (gen) (mul y x))) (exp (gen) y) (exp (gen) x) ((n n) (h (exp (gen) x)) (y y)) resp ((n n) (h (exp (gen) y)) (x x)) init plaindh 4 (realized)
(defskeleton plaindh
  (vars (n text) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) y)) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) x)) (y y))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3)))
  (absent (y (exp (gen) x)))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (displaced 2 0 init 1) (exp (gen) x-0) (1 0))
  (label 4)
  (parent 1)
  (unrealized)
  (comment "1 in cohort - 1 not yet seen"))

Item 5, Parent: 1, Child: 15.

(exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) y) (exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) (mul (rec x) y x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) x-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y x-0))) (x x)) init plaindh 5
(defskeleton plaindh
  (vars (n text) (x y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y x-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) x-0)) (y y))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3))
    ((2 0) (1 0)))
  (absent (y (exp (gen) x-0)))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (1 0))
  (label 5)
  (parent 1)
  (unrealized (0 1))
  (comment "1 in cohort - 1 not yet seen"))

Item 6, Parent: 1, Child: 16.

(exp (gen) y-0) h n (enc n (exp (gen) (mul y y-0))) (exp (gen) y) (exp (gen) y-0) n (enc n (exp (gen) (mul y y-0))) (exp (gen) (mul (rec x) y y-0)) (exp (gen) x) ((h h) (y y-0)) resp ((n n) (h (exp (gen) y-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) init plaindh 6
(defskeleton plaindh
  (vars (n text) (h base) (x y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) y-0)) (y y))
  (defstrand resp 2 (h h) (y y-0))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3))
    ((2 1) (1 0)))
  (absent (y-0 h) (y (exp (gen) y-0)))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (1 0))
  (label 6)
  (parent 1)
  (unrealized (0 1))
  (comment "1 in cohort - 1 not yet seen"))

Item 7, Parent: 1, Children: 17 18 19 20.

(cat (exp h (mul x (rec w))) w) (cat (exp h (mul x (rec w))) w) n (enc n (exp h (mul x y))) (exp (gen) y) (exp h x) n (enc n (exp h (mul x y))) (exp h y) (exp (gen) x) ((n n) (h (exp h x)) (y y)) resp ((n n) (h (exp h y)) (x x)) init plaindh 7
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr))
  (defstrand init 4 (n n) (h (exp h y)) (x x))
  (defstrand resp 4 (n n) (h (exp h x)) (y y))
  (deflistener (cat (exp h (mul x (rec w))) w))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3))
    ((2 1) (1 0)))
  (absent (y (exp h x)))
  (uniq-gen x y)
  (uniq-orig n)
  (precur (2 0))
  (operation nonce-test (added-listener (cat (exp h (mul x (rec w))) w))
    (exp h x) (1 0))
  (label 7)
  (parent 1)
  (unrealized (0 1) (2 0))
  (comment "4 in cohort - 4 not yet seen"))

Item 8, Parent: 2, Child: 21.

(gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 8
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (precedes ((0 0) (1 0)) ((1 1) (0 3)))
  (uniq-gen x)
  (uniq-orig n)
  (operation nonce-test (contracted (h (exp (gen) (rec x)))) (gen)
    (1 0))
  (label 8)
  (parent 2)
  (unrealized (0 1))
  (comment "1 in cohort - 1 not yet seen"))

Item 9, Parent: 2, Child: 22.

(exp (gen) x) (exp (gen) x) n (enc n (exp (gen) x)) (gen) (exp (gen) x) ((n n) (h (gen)) (x x)) init plaindh 9 (realized)
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (gen)) (x x))
  (deflistener (exp (gen) x))
  (precedes ((0 0) (1 0)) ((1 1) (0 3)))
  (uniq-gen x)
  (uniq-orig n)
  (operation nonce-test (displaced 2 0 init 1) (exp (gen) x-0) (1 0))
  (label 9)
  (parent 2)
  (unrealized)
  (comment "1 in cohort - 1 not yet seen"))

Item 10, Parent: 2, Child: 23.

(exp (gen) x-0) (exp (gen) x-0) (exp (gen) x-0) n (enc n (exp (gen) x-0)) (exp (gen) (mul (rec x) x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) init plaindh 10
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x))
  (deflistener (exp (gen) x-0))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (1 0)) ((1 1) (0 3)) ((2 0) (0 1)) ((2 0) (1 0)))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (1 0))
  (label 10)
  (parent 2)
  (unrealized (0 1))
  (comment "1 in cohort - 1 not yet seen"))

Item 11, Parent: 2, Child: 24.

(exp (gen) y) h (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 11
(defskeleton plaindh
  (vars (n text) (h base) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (deflistener (exp (gen) y))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (1 0)) ((1 1) (0 3)) ((2 1) (0 1)) ((2 1) (1 0)))
  (absent (y h))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y) (1 0))
  (label 11)
  (parent 2)
  (unrealized (0 1))
  (comment "1 in cohort - 1 not yet seen"))

Item 12, Parent: 2, Children: 25 26 27 28.

(cat (exp h (mul x (rec w))) w) (cat (exp h (mul x (rec w))) w) (exp h x) (exp h x) n (enc n (exp h x)) h (exp (gen) x) ((n n) (h h) (x x)) init plaindh 12
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr))
  (defstrand init 4 (n n) (h h) (x x))
  (deflistener (exp h x))
  (deflistener (cat (exp h (mul x (rec w))) w))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (2 0))
  (operation nonce-test (added-listener (cat (exp h (mul x (rec w))) w))
    (exp h x) (1 0))
  (label 12)
  (parent 2)
  (unrealized (2 0))
  (comment "4 in cohort - 4 not yet seen"))

Item 13, Parent: 3, Children: 29 30 31 32 33.

(cat (exp (gen) (mul (rec x) y (rec w))) w) (cat (exp (gen) (mul (rec x) y (rec w))) w) n (enc n (exp (gen) y)) (exp (gen) y) (gen) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((n n) (h (gen)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 13
(defskeleton plaindh
  (vars (n text) (x y expn) (w expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (defstrand resp 4 (n n) (h (gen)) (y y))
  (deflistener (cat (exp (gen) (mul (rec x) y (rec w))) w))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 3) (0 3))
    ((2 1) (0 1)))
  (absent (y (gen)))
  (uniq-gen x y)
  (uniq-orig n)
  (precur (2 0))
  (operation nonce-test
    (added-listener (cat (exp (gen) (mul (rec x) y (rec w))) w))
    (exp (gen) (mul (rec x) y)) (0 1))
  (label 13)
  (parent 3)
  (unrealized (2 0))
  (comment "5 in cohort - 5 not yet seen"))

Item 14, Parent: 4, Child: 34.

n (enc n (exp (gen) (mul y x))) (exp (gen) y) (exp (gen) x) ((n n) (h (exp (gen) y)) (x x)) init plaindh 14 (realized)
(defskeleton plaindh
  (vars (n text) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) y)) (x x))
  (absent (y (exp (gen) x)))
  (uniq-gen x)
  (uniq-orig n)
  (operation generalization deleted (1 0))
  (label 14)
  (parent 4)
  (unrealized)
  (origs (n (0 2)))
  (comment "1 in cohort - 1 not yet seen"))

Item 15, Parent: 5, Children: 35 36 37 38 39 40.

(cat (exp (gen) (mul (rec x) y x-0 (rec w))) w) (cat (exp (gen) (mul (rec x) y x-0 (rec w))) w) (exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) y) (exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) (mul (rec x) y x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) x-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y x-0))) (x x)) init plaindh 15
(defskeleton plaindh
  (vars (n text) (x y x-0 expn) (w expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y x-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) x-0)) (y y))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) (mul (rec x) y x-0 (rec w))) w))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 0) (1 0)) ((3 1) (0 1)))
  (absent (y (exp (gen) x-0)))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (precur (3 0))
  (operation nonce-test
    (added-listener (cat (exp (gen) (mul (rec x) y x-0 (rec w))) w))
    (exp (gen) (mul (rec x) y x-0)) (0 1))
  (label 15)
  (parent 5)
  (unrealized (3 0))
  (comment "6 in cohort - 6 not yet seen"))

Item 16, Parent: 6, Children: 41 42 43 44 45 46.

(cat (exp (gen) (mul (rec x) y y-0 (rec w))) w) (cat (exp (gen) (mul (rec x) y y-0 (rec w))) w) (exp (gen) y-0) h n (enc n (exp (gen) (mul y y-0))) (exp (gen) y) (exp (gen) y-0) n (enc n (exp (gen) (mul y y-0))) (exp (gen) (mul (rec x) y y-0)) (exp (gen) x) ((h h) (y y-0)) resp ((n n) (h (exp (gen) y-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) init plaindh 16
(defskeleton plaindh
  (vars (n text) (h base) (x y y-0 expn) (w expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) y-0)) (y y))
  (defstrand resp 2 (h h) (y y-0))
  (deflistener (cat (exp (gen) (mul (rec x) y y-0 (rec w))) w))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)))
  (absent (y-0 h) (y (exp (gen) y-0)))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (precur (3 0))
  (operation nonce-test
    (added-listener (cat (exp (gen) (mul (rec x) y y-0 (rec w))) w))
    (exp (gen) (mul (rec x) y y-0)) (0 1))
  (label 16)
  (parent 6)
  (unrealized (3 0))
  (comment "6 in cohort - 6 not yet seen"))

Item 17, Parent: 7, Children: 47 48.

(cat (gen) w) (cat (gen) w) n (enc n (exp (gen) (mul y w))) (exp (gen) y) (exp (gen) w) n (enc n (exp (gen) (mul y w))) (exp (gen) (mul (rec x) y w)) (exp (gen) x) ((n n) (h (exp (gen) w)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y w))) (x x)) init plaindh 17
(defskeleton plaindh
  (vars (n text) (x y expn) (w expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y w))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) w)) (y y))
  (deflistener (cat (gen) w))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3))
    ((2 1) (1 0)))
  (absent (y (exp (gen) w)))
  (uniq-gen x y)
  (uniq-orig n)
  (precur (2 0))
  (operation nonce-test (contracted (h (exp (gen) (mul (rec x) w))))
    (gen) (2 0))
  (label 17)
  (parent 7)
  (unrealized (0 1))
  (comment "2 in cohort - 2 not yet seen"))

Item 18, Parent: 7, Child: 49.

(cat (exp (gen) x) w) (cat (exp (gen) x) w) n (enc n (exp (gen) (mul y w x))) (exp (gen) y) (exp (gen) (mul w x)) n (enc n (exp (gen) (mul y w x))) (exp (gen) (mul y w)) (exp (gen) x) ((n n) (h (exp (gen) (mul w x))) (y y)) resp ((n n) (h (exp (gen) (mul y w))) (x x)) init plaindh 18 (realized)
(defskeleton plaindh
  (vars (n text) (y expn) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y w))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul w x))) (y y))
  (deflistener (cat (exp (gen) x) w))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3))
    ((2 1) (1 0)))
  (absent (y (exp (gen) (mul w x))))
  (precur (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (displaced 3 0 init 1) (exp (gen) x-0) (2 0))
  (label 18)
  (parent 7)
  (unrealized)
  (comment "1 in cohort - 1 not yet seen"))

Item 19, Parent: 7, Children: 50 51.

(exp (gen) x-0) (cat (exp (gen) x-0) w) (cat (exp (gen) x-0) w) n (enc n (exp (gen) (mul y w x-0))) (exp (gen) y) (exp (gen) (mul w x-0)) n (enc n (exp (gen) (mul y w x-0))) (exp (gen) (mul (rec x) y w x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul w x-0))) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y w x-0))) (x x)) init plaindh 19
(defskeleton plaindh
  (vars (n text) (x y expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y w x-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul w x-0))) (y y))
  (deflistener (cat (exp (gen) x-0) w))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)))
  (absent (y (exp (gen) (mul w x-0))))
  (precur (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (2 0))
  (label 19)
  (parent 7)
  (unrealized (0 1))
  (comment "2 in cohort - 2 not yet seen"))

Item 20, Parent: 7, Children: 52 53.

(exp (gen) y-0) h (cat (exp (gen) y-0) w) (cat (exp (gen) y-0) w) n (enc n (exp (gen) (mul y w y-0))) (exp (gen) y) (exp (gen) (mul w y-0)) n (enc n (exp (gen) (mul y w y-0))) (exp (gen) (mul (rec x) y w y-0)) (exp (gen) x) ((h h) (y y-0)) resp ((n n) (h (exp (gen) (mul w y-0))) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y w y-0))) (x x)) init plaindh 20
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr) (y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y w y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul w y-0))) (y y))
  (deflistener (cat (exp (gen) y-0) w))
  (defstrand resp 2 (h h) (y y-0))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)))
  (absent (y-0 h) (y (exp (gen) (mul w y-0))))
  (precur (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (2 0))
  (label 20)
  (parent 7)
  (unrealized (0 1))
  (comment "2 in cohort - 2 not yet seen"))

Item 21, Parent: 8, Children: 54 55 56 57.

(cat (exp (gen) (mul (rec x) (rec w))) w) (cat (exp (gen) (mul (rec x) (rec w))) w) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 21
(defskeleton plaindh
  (vars (n text) (x expn) (w expr))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (exp (gen) (mul (rec x) (rec w))) w))
  (precedes ((0 0) (1 0)) ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (0 1)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (2 0))
  (operation nonce-test
    (added-listener (cat (exp (gen) (mul (rec x) (rec w))) w))
    (exp (gen) (rec x)) (0 1))
  (label 21)
  (parent 8)
  (unrealized (2 0))
  (comment "4 in cohort - 4 not yet seen"))

Item 22, Parent: 9.

n (enc n (exp (gen) x)) (gen) (exp (gen) x) ((n n) (h (gen)) (x x)) init plaindh 22 (realized)
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (gen)) (x x))
  (uniq-gen x)
  (uniq-orig n)
  (operation generalization deleted (1 0))
  (label 22)
  (parent 9)
  (unrealized)
  (shape)
  (maps ((0) ((x x) (h (gen)) (n n))))
  (origs (n (0 2))))

Item 23, Parent: 10, Children: 58 59 60 61 62.

(cat (exp (gen) (mul (rec x) x-0 (rec w))) w) (cat (exp (gen) (mul (rec x) x-0 (rec w))) w) (exp (gen) x-0) (exp (gen) x-0) (exp (gen) x-0) n (enc n (exp (gen) x-0)) (exp (gen) (mul (rec x) x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) init plaindh 23
(defskeleton plaindh
  (vars (n text) (x x-0 expn) (w expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x))
  (deflistener (exp (gen) x-0))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) (mul (rec x) x-0 (rec w))) w))
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 0) (1 0))
    ((2 0) (3 0)) ((3 1) (0 1)))
  (uniq-gen x x-0)
  (uniq-orig n)
  (precur (3 0))
  (operation nonce-test
    (added-listener (cat (exp (gen) (mul (rec x) x-0 (rec w))) w))
    (exp (gen) (mul (rec x) x-0)) (0 1))
  (label 23)
  (parent 10)
  (unrealized (3 0))
  (comment "5 in cohort - 5 not yet seen"))

Item 24, Parent: 11, Children: 63 64 65 66 67.

(cat (exp (gen) (mul (rec x) y (rec w))) w) (cat (exp (gen) (mul (rec x) y (rec w))) w) (exp (gen) y) h (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 24
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (deflistener (exp (gen) y))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) (mul (rec x) y (rec w))) w))
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((2 1) (3 0)) ((3 1) (0 1)))
  (absent (y h))
  (uniq-gen x y)
  (uniq-orig n)
  (precur (3 0))
  (operation nonce-test
    (added-listener (cat (exp (gen) (mul (rec x) y (rec w))) w))
    (exp (gen) (mul (rec x) y)) (0 1))
  (label 24)
  (parent 11)
  (unrealized (3 0))
  (comment "5 in cohort - 5 not yet seen"))

Item 25, Parent: 12, Children: 68 69 70 71 72.

(cat (gen) w) (cat (gen) w) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul (rec x) w)) (exp (gen) x) ((n n) (h (exp (gen) (mul (rec x) w))) (x x)) init plaindh 25
(defskeleton plaindh
  (vars (n text) (x expn) (w expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) w))) (x x))
  (deflistener (exp (gen) w))
  (deflistener (cat (gen) w))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (2 0))
  (operation nonce-test (contracted (h (exp (gen) (mul (rec x) w))))
    (gen) (2 0))
  (label 25)
  (parent 12)
  (unrealized (0 1))
  (comment "5 in cohort - 5 not yet seen"))

Item 26, Parent: 12, Child: 73.

(cat (exp (gen) x) w) (cat (exp (gen) x) w) (exp (gen) (mul w x)) (exp (gen) (mul w x)) n (enc n (exp (gen) (mul w x))) (exp (gen) w) (exp (gen) x) ((n n) (h (exp (gen) w)) (x x)) init plaindh 26 (realized)
(defskeleton plaindh
  (vars (n text) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul w x)))
  (deflistener (cat (exp (gen) x) w))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)))
  (precur (2 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation nonce-test (displaced 3 0 init 1) (exp (gen) x-0) (2 0))
  (label 26)
  (parent 12)
  (unrealized)
  (comment "1 in cohort - 1 not yet seen"))

Item 27, Parent: 12, Children: 74 75 76 77 78 79.

(exp (gen) x-0) (cat (exp (gen) x-0) w) (cat (exp (gen) x-0) w) (exp (gen) (mul w x-0)) (exp (gen) (mul w x-0)) n (enc n (exp (gen) (mul w x-0))) (exp (gen) (mul (rec x) w x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul (rec x) w x-0))) (x x)) init plaindh 27
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) w x-0))) (x x))
  (deflistener (exp (gen) (mul w x-0)))
  (deflistener (cat (exp (gen) x-0) w))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 0) (0 1))
    ((3 0) (2 0)))
  (precur (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (2 0))
  (label 27)
  (parent 12)
  (unrealized (0 1))
  (comment "6 in cohort - 6 not yet seen"))

Item 28, Parent: 12, Children: 80 81 82 83 84 85.

(exp (gen) y) h (cat (exp (gen) y) w) (cat (exp (gen) y) w) (exp (gen) (mul w y)) (exp (gen) (mul w y)) n (enc n (exp (gen) (mul w y))) (exp (gen) (mul (rec x) w y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) w y))) (x x)) init plaindh 28
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) w y))) (x x))
  (deflistener (exp (gen) (mul w y)))
  (deflistener (cat (exp (gen) y) w))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 1) (0 1))
    ((3 1) (2 0)))
  (absent (y h))
  (precur (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y) (2 0))
  (label 28)
  (parent 12)
  (unrealized (0 1))
  (comment "6 in cohort - 6 not yet seen"))

Item 29, Parent: 13.

(cat (gen) (mul (rec x) y)) (cat (gen) (mul (rec x) y)) n (enc n (exp (gen) y)) (exp (gen) y) (gen) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((n n) (h (gen)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 29
(defskeleton plaindh
  (vars (n text) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (defstrand resp 4 (n n) (h (gen)) (y y))
  (deflistener (cat (gen) (mul (rec x) y)))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 3) (0 3))
    ((2 1) (0 1)))
  (absent (y (gen)))
  (uniq-gen x y)
  (uniq-orig n)
  (precur (2 0))
  (operation nonce-test (contracted (x-0 x) (y-0 y) (w (mul (rec x) y)))
    (gen) (2 0))
  (label 29)
  (parent 13)
  (unrealized (0 1) (2 0))
  (comment "empty cohort"))

Item 30, Parent: 13.

(cat (exp (gen) x) (mul y (rec x) (rec x))) (cat (exp (gen) x) (mul y (rec x) (rec x))) n (enc n (exp (gen) y)) (exp (gen) y) (gen) n (enc n (exp (gen) y)) (exp (gen) (mul y (rec x))) (exp (gen) x) ((n n) (h (gen)) (y y)) resp ((n n) (h (exp (gen) (mul y (rec x)))) (x x)) init plaindh 30
(defskeleton plaindh
  (vars (n text) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y (rec x)))) (x x))
  (defstrand resp 4 (n n) (h (gen)) (y y))
  (deflistener (cat (exp (gen) x) (mul y (rec x) (rec x))))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 3) (0 3))
    ((2 1) (0 1)))
  (absent (y (gen)))
  (precur (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (displaced 3 0 init 1) (exp (gen) x-0) (2 0))
  (label 30)
  (parent 13)
  (unrealized (0 1) (2 0))
  (comment "empty cohort"))

Item 31, Parent: 13.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul (rec x) y (rec x-0))) (cat (exp (gen) x-0) (mul (rec x) y (rec x-0))) n (enc n (exp (gen) y)) (exp (gen) y) (gen) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((x x-0)) init ((n n) (h (gen)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 31
(defskeleton plaindh
  (vars (n text) (x y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (defstrand resp 4 (n n) (h (gen)) (y y))
  (deflistener (cat (exp (gen) x-0) (mul (rec x) y (rec x-0))))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 3) (0 3))
    ((2 1) (0 1)) ((3 0) (2 0)))
  (absent (y (gen)))
  (precur (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (2 0))
  (label 31)
  (parent 13)
  (unrealized (0 1) (2 0))
  (comment "empty cohort"))

Item 32, Parent: 13, Child: 86.

(cat (exp (gen) y) (rec x)) (cat (exp (gen) y) (rec x)) n (enc n (exp (gen) y)) (exp (gen) y) (gen) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((n n) (h (gen)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 32
(defskeleton plaindh
  (vars (n text) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (defstrand resp 4 (n n) (h (gen)) (y y))
  (deflistener (cat (exp (gen) y) (rec x)))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 3) (0 3))
    ((2 1) (0 1)))
  (absent (y (gen)))
  (precur (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (displaced 3 1 resp 2) (exp (gen) y-0) (2 0))
  (label 32)
  (parent 13)
  (unrealized (0 1) (2 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 33, Parent: 13.

(exp (gen) y-0) h (cat (exp (gen) y-0) (mul (rec x) y (rec y-0))) (cat (exp (gen) y-0) (mul (rec x) y (rec y-0))) n (enc n (exp (gen) y)) (exp (gen) y) (gen) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((h h) (y y-0)) resp ((n n) (h (gen)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 33
(defskeleton plaindh
  (vars (n text) (h base) (x y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (defstrand resp 4 (n n) (h (gen)) (y y))
  (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0))))
  (defstrand resp 2 (h h) (y y-0))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (2 0)) ((1 3) (0 3))
    ((2 1) (0 1)) ((3 1) (2 0)))
  (absent (y-0 h) (y (gen)))
  (precur (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (2 0))
  (label 33)
  (parent 13)
  (unrealized (0 1) (2 0))
  (comment "empty cohort"))

Item 34, Parent: 14.

n (enc n (exp (gen) (mul y x))) (exp (gen) y) (exp (gen) x) ((n n) (h (exp (gen) y)) (x x)) init plaindh 34 (realized)
(defskeleton plaindh
  (vars (n text) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) y)) (x x))
  (uniq-gen x)
  (uniq-orig n)
  (operation generalization forgot y)
  (label 34)
  (parent 14)
  (unrealized)
  (shape)
  (maps ((0) ((x x) (h (exp (gen) y)) (n n))))
  (origs (n (0 2))))

Item 35, Parent: 15.

(cat (gen) (mul (rec x) y x-0)) (cat (gen) (mul (rec x) y x-0)) (exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) y) (exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) (mul (rec x) y x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) x-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y x-0))) (x x)) init plaindh 35
(defskeleton plaindh
  (vars (n text) (x y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y x-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) x-0)) (y y))
  (defstrand init 1 (x x-0))
  (deflistener (cat (gen) (mul (rec x) y x-0)))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 0) (1 0)) ((3 1) (0 1)))
  (absent (y (exp (gen) x-0)))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (precur (3 0))
  (operation nonce-test
    (contracted (x-1 x) (y-0 y) (x-2 x-0) (w (mul (rec x) y x-0))) (gen)
    (3 0))
  (label 35)
  (parent 15)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 36, Parent: 15.

(cat (exp (gen) x-0) (mul y x (rec x-0) (rec x-0))) (cat (exp (gen) x-0) (mul y x (rec x-0) (rec x-0))) (exp (gen) x) n (enc n (exp (gen) (mul y x))) (exp (gen) y) (exp (gen) x) n (enc n (exp (gen) (mul y x))) (exp (gen) (mul y x (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) x)) (y y)) resp ((n n) (h (exp (gen) (mul y x (rec x-0)))) (x x-0)) init plaindh 36
(defskeleton plaindh
  (vars (n text) (y x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y x (rec x-0)))) (x x-0))
  (defstrand resp 4 (n n) (h (exp (gen) x)) (y y))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x-0) (mul y x (rec x-0) (rec x-0))))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 0) (1 0)) ((3 1) (0 1)))
  (absent (y (exp (gen) x)))
  (precur (3 0))
  (uniq-gen y x x-0)
  (uniq-orig n)
  (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-1) (3 0))
  (label 36)
  (parent 15)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 37, Parent: 15.

(cat (exp (gen) x-0) (mul (rec x) y)) (cat (exp (gen) x-0) (mul (rec x) y)) (exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) y) (exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) (mul (rec x) y x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) x-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y x-0))) (x x)) init plaindh 37
(defskeleton plaindh
  (vars (n text) (x y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y x-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) x-0)) (y y))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-0) (mul (rec x) y)))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 0) (1 0)) ((3 1) (0 1)))
  (absent (y (exp (gen) x-0)))
  (precur (3 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (displaced 4 2 init 1) (exp (gen) x-1) (3 0))
  (label 37)
  (parent 15)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 38, Parent: 15.

(exp (gen) x-1) (cat (exp (gen) x-1) (mul (rec x) y x-0 (rec x-1))) (cat (exp (gen) x-1) (mul (rec x) y x-0 (rec x-1))) (exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) y) (exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) (mul (rec x) y x-0)) (exp (gen) x) ((x x-1)) init ((x x-0)) init ((n n) (h (exp (gen) x-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y x-0))) (x x)) init plaindh 38
(defskeleton plaindh
  (vars (n text) (x y x-0 x-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y x-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) x-0)) (y y))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-1) (mul (rec x) y x-0 (rec x-1))))
  (defstrand init 1 (x x-1))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 0) (1 0)) ((3 1) (0 1)) ((4 0) (3 0)))
  (absent (y (exp (gen) x-0)))
  (precur (3 0))
  (uniq-gen x y x-0 x-1)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-1) (3 0))
  (label 38)
  (parent 15)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 39, Parent: 15.

(cat (exp (gen) y) (mul (rec x) x-0)) (cat (exp (gen) y) (mul (rec x) x-0)) (exp (gen) x-0) n (enc n (exp (gen) (mul x-0 y))) (exp (gen) y) (exp (gen) x-0) n (enc n (exp (gen) (mul x-0 y))) (exp (gen) (mul (rec x) x-0 y)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) x-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) x-0 y))) (x x)) init plaindh 39
(defskeleton plaindh
  (vars (n text) (x x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) x-0 y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) x-0)) (y y))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) (mul (rec x) x-0)))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 0) (1 0)) ((3 1) (0 1)))
  (absent (y (exp (gen) x-0)))
  (precur (3 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-0) (3 0))
  (label 39)
  (parent 15)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 40, Parent: 15.

(exp (gen) y-0) h (cat (exp (gen) y-0) (mul (rec x) y x-0 (rec y-0))) (cat (exp (gen) y-0) (mul (rec x) y x-0 (rec y-0))) (exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) y) (exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) (mul (rec x) y x-0)) (exp (gen) x) ((h h) (y y-0)) resp ((x x-0)) init ((n n) (h (exp (gen) x-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y x-0))) (x x)) init plaindh 40
(defskeleton plaindh
  (vars (n text) (h base) (x y x-0 y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y x-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) x-0)) (y y))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y-0) (mul (rec x) y x-0 (rec y-0))))
  (defstrand resp 2 (h h) (y y-0))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 0) (1 0)) ((3 1) (0 1)) ((4 1) (3 0)))
  (absent (y-0 h) (y (exp (gen) x-0)))
  (precur (3 0))
  (uniq-gen x y x-0 y-0)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (3 0))
  (label 40)
  (parent 15)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 41, Parent: 16.

(cat (gen) (mul (rec x) y y-0)) (cat (gen) (mul (rec x) y y-0)) (exp (gen) y-0) h n (enc n (exp (gen) (mul y y-0))) (exp (gen) y) (exp (gen) y-0) n (enc n (exp (gen) (mul y y-0))) (exp (gen) (mul (rec x) y y-0)) (exp (gen) x) ((h h) (y y-0)) resp ((n n) (h (exp (gen) y-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) init plaindh 41
(defskeleton plaindh
  (vars (n text) (h base) (x y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) y-0)) (y y))
  (defstrand resp 2 (h h) (y y-0))
  (deflistener (cat (gen) (mul (rec x) y y-0)))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)))
  (absent (y-0 h) (y (exp (gen) y-0)))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (precur (3 0))
  (operation nonce-test
    (contracted (x-0 x) (y-1 y) (y-2 y-0) (w (mul (rec x) y y-0))) (gen)
    (3 0))
  (label 41)
  (parent 16)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 42, Parent: 16.

(cat (exp (gen) x) (mul y y-0 (rec x) (rec x))) (cat (exp (gen) x) (mul y y-0 (rec x) (rec x))) (exp (gen) y-0) h n (enc n (exp (gen) (mul y y-0))) (exp (gen) y) (exp (gen) y-0) n (enc n (exp (gen) (mul y y-0))) (exp (gen) (mul y y-0 (rec x))) (exp (gen) x) ((h h) (y y-0)) resp ((n n) (h (exp (gen) y-0)) (y y)) resp ((n n) (h (exp (gen) (mul y y-0 (rec x)))) (x x)) init plaindh 42
(defskeleton plaindh
  (vars (n text) (h base) (y y-0 x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y y-0 (rec x)))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) y-0)) (y y))
  (defstrand resp 2 (h h) (y y-0))
  (deflistener (cat (exp (gen) x) (mul y y-0 (rec x) (rec x))))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)))
  (absent (y-0 h) (y (exp (gen) y-0)))
  (precur (3 0))
  (uniq-gen y y-0 x)
  (uniq-orig n)
  (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-0) (3 0))
  (label 42)
  (parent 16)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 43, Parent: 16.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul (rec x) y y-0 (rec x-0))) (cat (exp (gen) x-0) (mul (rec x) y y-0 (rec x-0))) (exp (gen) y-0) h n (enc n (exp (gen) (mul y y-0))) (exp (gen) y) (exp (gen) y-0) n (enc n (exp (gen) (mul y y-0))) (exp (gen) (mul (rec x) y y-0)) (exp (gen) x) ((x x-0)) init ((h h) (y y-0)) resp ((n n) (h (exp (gen) y-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) init plaindh 43
(defskeleton plaindh
  (vars (n text) (h base) (x y y-0 x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) y-0)) (y y))
  (defstrand resp 2 (h h) (y y-0))
  (deflistener (cat (exp (gen) x-0) (mul (rec x) y y-0 (rec x-0))))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)) ((4 0) (3 0)))
  (absent (y-0 h) (y (exp (gen) y-0)))
  (precur (3 0))
  (uniq-gen x y y-0 x-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (3 0))
  (label 43)
  (parent 16)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 44, Parent: 16.

(cat (exp (gen) y-0) (mul (rec x) y)) (cat (exp (gen) y-0) (mul (rec x) y)) (exp (gen) y) h n (enc n (exp (gen) (mul y y-0))) (exp (gen) y-0) (exp (gen) y) n (enc n (exp (gen) (mul y y-0))) (exp (gen) (mul (rec x) y y-0)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) y)) (y y-0)) resp ((n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) init plaindh 44
(defskeleton plaindh
  (vars (n text) (h base) (x y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) y)) (y y-0))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) (mul (rec x) y)))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)))
  (absent (y-0 (exp (gen) y)) (y h))
  (precur (3 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-1) (3 0))
  (label 44)
  (parent 16)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 45, Parent: 16.

(cat (exp (gen) y-0) (mul (rec x) y)) (cat (exp (gen) y-0) (mul (rec x) y)) (exp (gen) y-0) h n (enc n (exp (gen) (mul y y-0))) (exp (gen) y) (exp (gen) y-0) n (enc n (exp (gen) (mul y y-0))) (exp (gen) (mul (rec x) y y-0)) (exp (gen) x) ((h h) (y y-0)) resp ((n n) (h (exp (gen) y-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) init plaindh 45
(defskeleton plaindh
  (vars (n text) (h base) (x y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) y-0)) (y y))
  (defstrand resp 2 (h h) (y y-0))
  (deflistener (cat (exp (gen) y-0) (mul (rec x) y)))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)))
  (absent (y-0 h) (y (exp (gen) y-0)))
  (precur (3 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (displaced 4 2 resp 2) (exp (gen) y-1) (3 0))
  (label 45)
  (parent 16)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 46, Parent: 16.

(exp (gen) y-1) h-0 (cat (exp (gen) y-1) (mul (rec x) y y-0 (rec y-1))) (cat (exp (gen) y-1) (mul (rec x) y y-0 (rec y-1))) (exp (gen) y-0) h n (enc n (exp (gen) (mul y y-0))) (exp (gen) y) (exp (gen) y-0) n (enc n (exp (gen) (mul y y-0))) (exp (gen) (mul (rec x) y y-0)) (exp (gen) x) ((h h-0) (y y-1)) resp ((h h) (y y-0)) resp ((n n) (h (exp (gen) y-0)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y y-0))) (x x)) init plaindh 46
(defskeleton plaindh
  (vars (n text) (h h-0 base) (x y y-0 y-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) y-0)) (y y))
  (defstrand resp 2 (h h) (y y-0))
  (deflistener (cat (exp (gen) y-1) (mul (rec x) y y-0 (rec y-1))))
  (defstrand resp 2 (h h-0) (y y-1))
  (precedes ((0 0) (1 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (3 0)))
  (absent (y-1 h-0) (y-0 h) (y (exp (gen) y-0)))
  (precur (3 0))
  (uniq-gen x y y-0 y-1)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y-1) (3 0))
  (label 46)
  (parent 16)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 47, Parent: 17.

(cat (gen) x) (cat (gen) x) n (enc n (exp (gen) (mul x y))) (exp (gen) y) (exp (gen) x) n (enc n (exp (gen) (mul x y))) (exp (gen) y) (exp (gen) x) ((n n) (h (exp (gen) x)) (y y)) resp ((n n) (h (exp (gen) y)) (x x)) init plaindh 47
(defskeleton plaindh
  (vars (n text) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) y)) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) x)) (y y))
  (deflistener (cat (gen) x))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3))
    ((2 1) (1 0)))
  (absent (y (exp (gen) x)))
  (precur (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (displaced 3 1 resp 2) (exp (gen) y-0) (0 1))
  (label 47)
  (parent 17)
  (unrealized (2 0))
  (comment "empty cohort"))

Item 48, Parent: 17, Children: 87 88 89 90 91.

(cat (exp (gen) (mul (rec x) y w (rec w-0))) w-0) (cat (exp (gen) (mul (rec x) y w (rec w-0))) w-0) (cat (gen) w) (cat (gen) w) n (enc n (exp (gen) (mul y w))) (exp (gen) y) (exp (gen) w) n (enc n (exp (gen) (mul y w))) (exp (gen) (mul (rec x) y w)) (exp (gen) x) ((n n) (h (exp (gen) w)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y w))) (x x)) init plaindh 48
(defskeleton plaindh
  (vars (n text) (x y expn) (w w-0 expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y w))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) w)) (y y))
  (deflistener (cat (gen) w))
  (deflistener (cat (exp (gen) (mul (rec x) y w (rec w-0))) w-0))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)))
  (absent (y (exp (gen) w)))
  (uniq-gen x y)
  (uniq-orig n)
  (precur (3 0) (2 0))
  (operation nonce-test
    (added-listener (cat (exp (gen) (mul (rec x) y w (rec w-0))) w-0))
    (exp (gen) (mul (rec x) y w)) (0 1))
  (label 48)
  (parent 17)
  (unrealized (3 0))
  (comment "5 in cohort - 5 not yet seen"))

Item 49, Parent: 18, Child: 92.

(cat (exp (gen) x) w) (cat (exp (gen) x) w) n (enc n (exp (gen) (mul y w x))) (exp (gen) (mul y w)) (exp (gen) x) ((n n) (h (exp (gen) (mul y w))) (x x)) init plaindh 49 (realized)
(defskeleton plaindh
  (vars (n text) (y expn) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y w))) (x x))
  (deflistener (cat (exp (gen) x) w))
  (precedes ((0 0) (1 0)) ((1 1) (0 1)))
  (absent (y (exp (gen) (mul w x))))
  (precur (1 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation generalization deleted (1 0))
  (label 49)
  (parent 18)
  (unrealized)
  (comment "1 in cohort - 1 not yet seen"))

Item 50, Parent: 19.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0))) (cat (exp (gen) x-0) (mul x (rec x-0))) n (enc n (exp (gen) (mul x y))) (exp (gen) y) (exp (gen) x) n (enc n (exp (gen) (mul x y))) (exp (gen) y) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) x)) (y y)) resp ((n n) (h (exp (gen) y)) (x x)) init plaindh 50
(defskeleton plaindh
  (vars (n text) (x x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) y)) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) x)) (y y))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0))))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)))
  (absent (y (exp (gen) x)))
  (precur (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-0) (0 1))
  (label 50)
  (parent 19)
  (unrealized (2 0))
  (comment "empty cohort"))

Item 51, Parent: 19, Children: 93 94 95 96 97 98.

(cat (exp (gen) (mul (rec x) y w x-0 (rec w-0))) w-0) (cat (exp (gen) (mul (rec x) y w x-0 (rec w-0))) w-0) (exp (gen) x-0) (cat (exp (gen) x-0) w) (cat (exp (gen) x-0) w) n (enc n (exp (gen) (mul y w x-0))) (exp (gen) y) (exp (gen) (mul w x-0)) n (enc n (exp (gen) (mul y w x-0))) (exp (gen) (mul (rec x) y w x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul w x-0))) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y w x-0))) (x x)) init plaindh 51
(defskeleton plaindh
  (vars (n text) (x y expn) (w expr) (x-0 expn) (w-0 expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y w x-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul w x-0))) (y y))
  (deflistener (cat (exp (gen) x-0) w))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) (mul (rec x) y w x-0 (rec w-0))) w-0))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)))
  (absent (y (exp (gen) (mul w x-0))))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test
    (added-listener
      (cat (exp (gen) (mul (rec x) y w x-0 (rec w-0))) w-0))
    (exp (gen) (mul (rec x) y w x-0)) (0 1))
  (label 51)
  (parent 19)
  (unrealized (4 0))
  (comment "6 in cohort - 6 not yet seen"))

Item 52, Parent: 20.

(exp (gen) y) h (cat (exp (gen) y) (mul x (rec y))) (cat (exp (gen) y) (mul x (rec y))) n (enc n (exp (gen) (mul x y-0))) (exp (gen) y-0) (exp (gen) x) n (enc n (exp (gen) (mul x y-0))) (exp (gen) y-0) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) x)) (y y-0)) resp ((n n) (h (exp (gen) y-0)) (x x)) init plaindh 52
(defskeleton plaindh
  (vars (n text) (h base) (x y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) y-0)) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) x)) (y y-0))
  (deflistener (cat (exp (gen) y) (mul x (rec y))))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (0 1)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)))
  (absent (y-0 (exp (gen) x)) (y h))
  (precur (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-1) (0 1))
  (label 52)
  (parent 20)
  (unrealized (2 0))
  (comment "empty cohort"))

Item 53, Parent: 20, Children: 99 100 101 102 103 104.

(cat (exp (gen) (mul (rec x) y w y-0 (rec w-0))) w-0) (cat (exp (gen) (mul (rec x) y w y-0 (rec w-0))) w-0) (exp (gen) y-0) h (cat (exp (gen) y-0) w) (cat (exp (gen) y-0) w) n (enc n (exp (gen) (mul y w y-0))) (exp (gen) y) (exp (gen) (mul w y-0)) n (enc n (exp (gen) (mul y w y-0))) (exp (gen) (mul (rec x) y w y-0)) (exp (gen) x) ((h h) (y y-0)) resp ((n n) (h (exp (gen) (mul w y-0))) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y w y-0))) (x x)) init plaindh 53
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr) (y-0 expn) (w-0 expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y w y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul w y-0))) (y y))
  (deflistener (cat (exp (gen) y-0) w))
  (defstrand resp 2 (h h) (y y-0))
  (deflistener (cat (exp (gen) (mul (rec x) y w y-0 (rec w-0))) w-0))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)))
  (absent (y-0 h) (y (exp (gen) (mul w y-0))))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test
    (added-listener
      (cat (exp (gen) (mul (rec x) y w y-0 (rec w-0))) w-0))
    (exp (gen) (mul (rec x) y w y-0)) (0 1))
  (label 53)
  (parent 20)
  (unrealized (4 0))
  (comment "6 in cohort - 6 not yet seen"))

Item 54, Parent: 21, Child: 105.

(cat (gen) (rec x)) (cat (gen) (rec x)) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 54
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (gen) (rec x)))
  (precedes ((0 0) (1 0)) ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (0 1)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (2 0))
  (operation nonce-test (contracted (x-0 x) (w (rec x))) (gen) (2 0))
  (label 54)
  (parent 21)
  (unrealized (0 1) (2 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 55, Parent: 21, Child: 106.

(cat (exp (gen) x) (mul (rec x) (rec x))) (cat (exp (gen) x) (mul (rec x) (rec x))) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 55
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (exp (gen) x) (mul (rec x) (rec x))))
  (precedes ((0 0) (1 0)) ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (0 1)))
  (precur (2 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation nonce-test (displaced 3 0 init 1) (exp (gen) x-0) (2 0))
  (label 55)
  (parent 21)
  (unrealized (0 1) (2 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 56, Parent: 21.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul (rec x) (rec x-0))) (cat (exp (gen) x-0) (mul (rec x) (rec x-0))) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 56
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (exp (gen) x-0) (mul (rec x) (rec x-0))))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (1 0)) ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (0 1))
    ((3 0) (2 0)))
  (precur (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (2 0))
  (label 56)
  (parent 21)
  (unrealized (0 1) (2 0))
  (comment "empty cohort"))

Item 57, Parent: 21.

(exp (gen) y) h (cat (exp (gen) y) (mul (rec x) (rec y))) (cat (exp (gen) y) (mul (rec x) (rec y))) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 57
(defskeleton plaindh
  (vars (n text) (h base) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (exp (gen) y) (mul (rec x) (rec y))))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (1 0)) ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (0 1))
    ((3 1) (2 0)))
  (absent (y h))
  (precur (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y) (2 0))
  (label 57)
  (parent 21)
  (unrealized (0 1) (2 0))
  (comment "empty cohort"))

Item 58, Parent: 23.

(cat (gen) (mul (rec x) x-0)) (cat (gen) (mul (rec x) x-0)) (exp (gen) x-0) (exp (gen) x-0) (exp (gen) x-0) n (enc n (exp (gen) x-0)) (exp (gen) (mul (rec x) x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) init plaindh 58
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x))
  (deflistener (exp (gen) x-0))
  (defstrand init 1 (x x-0))
  (deflistener (cat (gen) (mul (rec x) x-0)))
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 0) (1 0))
    ((2 0) (3 0)) ((3 1) (0 1)))
  (uniq-gen x x-0)
  (uniq-orig n)
  (precur (3 0))
  (operation nonce-test
    (contracted (x-1 x) (x-2 x-0) (w (mul (rec x) x-0))) (gen) (3 0))
  (label 58)
  (parent 23)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 59, Parent: 23.

(cat (exp (gen) x-0) (mul x (rec x-0) (rec x-0))) (cat (exp (gen) x-0) (mul x (rec x-0) (rec x-0))) (exp (gen) x) (exp (gen) x) (exp (gen) x) n (enc n (exp (gen) x)) (exp (gen) (mul x (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0)) init plaindh 59
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0))
  (deflistener (exp (gen) x))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) (rec x-0))))
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 0) (1 0))
    ((2 0) (3 0)) ((3 1) (0 1)))
  (precur (3 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-1) (3 0))
  (label 59)
  (parent 23)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 60, Parent: 23, Child: 107.

(cat (exp (gen) x-0) (rec x)) (cat (exp (gen) x-0) (rec x)) (exp (gen) x-0) (exp (gen) x-0) (exp (gen) x-0) n (enc n (exp (gen) x-0)) (exp (gen) (mul (rec x) x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) init plaindh 60
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x))
  (deflistener (exp (gen) x-0))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-0) (rec x)))
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 0) (1 0))
    ((2 0) (3 0)) ((3 1) (0 1)))
  (precur (3 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (displaced 4 2 init 1) (exp (gen) x-1) (3 0))
  (label 60)
  (parent 23)
  (unrealized (0 1) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 61, Parent: 23.

(exp (gen) x-1) (cat (exp (gen) x-1) (mul (rec x) x-0 (rec x-1))) (cat (exp (gen) x-1) (mul (rec x) x-0 (rec x-1))) (exp (gen) x-0) (exp (gen) x-0) (exp (gen) x-0) n (enc n (exp (gen) x-0)) (exp (gen) (mul (rec x) x-0)) (exp (gen) x) ((x x-1)) init ((x x-0)) init ((n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) init plaindh 61
(defskeleton plaindh
  (vars (n text) (x x-0 x-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x))
  (deflistener (exp (gen) x-0))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-1) (mul (rec x) x-0 (rec x-1))))
  (defstrand init 1 (x x-1))
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 0) (1 0))
    ((2 0) (3 0)) ((3 1) (0 1)) ((4 0) (3 0)))
  (precur (3 0))
  (uniq-gen x x-0 x-1)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-1) (3 0))
  (label 61)
  (parent 23)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 62, Parent: 23.

(exp (gen) y) h (cat (exp (gen) y) (mul (rec x) x-0 (rec y))) (cat (exp (gen) y) (mul (rec x) x-0 (rec y))) (exp (gen) x-0) (exp (gen) x-0) (exp (gen) x-0) n (enc n (exp (gen) x-0)) (exp (gen) (mul (rec x) x-0)) (exp (gen) x) ((h h) (y y)) resp ((x x-0)) init ((n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) init plaindh 62
(defskeleton plaindh
  (vars (n text) (h base) (x x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x))
  (deflistener (exp (gen) x-0))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) (mul (rec x) x-0 (rec y))))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 0) (1 0))
    ((2 0) (3 0)) ((3 1) (0 1)) ((4 1) (3 0)))
  (absent (y h))
  (precur (3 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y) (3 0))
  (label 62)
  (parent 23)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 63, Parent: 24.

(cat (gen) (mul (rec x) y)) (cat (gen) (mul (rec x) y)) (exp (gen) y) h (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 63
(defskeleton plaindh
  (vars (n text) (h base) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (deflistener (exp (gen) y))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (gen) (mul (rec x) y)))
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((2 1) (3 0)) ((3 1) (0 1)))
  (absent (y h))
  (uniq-gen x y)
  (uniq-orig n)
  (precur (3 0))
  (operation nonce-test (contracted (x-0 x) (y-0 y) (w (mul (rec x) y)))
    (gen) (3 0))
  (label 63)
  (parent 24)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 64, Parent: 24.

(cat (exp (gen) x) (mul y (rec x) (rec x))) (cat (exp (gen) x) (mul y (rec x) (rec x))) (exp (gen) y) h (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul y (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul y (rec x)))) (x x)) init plaindh 64
(defskeleton plaindh
  (vars (n text) (h base) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y (rec x)))) (x x))
  (deflistener (exp (gen) y))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x) (mul y (rec x) (rec x))))
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((2 1) (3 0)) ((3 1) (0 1)))
  (absent (y h))
  (precur (3 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-0) (3 0))
  (label 64)
  (parent 24)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 65, Parent: 24.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul (rec x) y (rec x-0))) (cat (exp (gen) x-0) (mul (rec x) y (rec x-0))) (exp (gen) y) h (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((x x-0)) init ((h h) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 65
(defskeleton plaindh
  (vars (n text) (h base) (x y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (deflistener (exp (gen) y))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x-0) (mul (rec x) y (rec x-0))))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((2 1) (3 0)) ((3 1) (0 1)) ((4 0) (3 0)))
  (absent (y h))
  (precur (3 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (3 0))
  (label 65)
  (parent 24)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 66, Parent: 24, Child: 108.

(cat (exp (gen) y) (rec x)) (cat (exp (gen) y) (rec x)) (exp (gen) y) h (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 66
(defskeleton plaindh
  (vars (n text) (h base) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (deflistener (exp (gen) y))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y) (rec x)))
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((2 1) (3 0)) ((3 1) (0 1)))
  (absent (y h))
  (precur (3 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (displaced 4 2 resp 2) (exp (gen) y-0) (3 0))
  (label 66)
  (parent 24)
  (unrealized (0 1) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 67, Parent: 24.

(exp (gen) y-0) h-0 (cat (exp (gen) y-0) (mul (rec x) y (rec y-0))) (cat (exp (gen) y-0) (mul (rec x) y (rec y-0))) (exp (gen) y) h (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((h h-0) (y y-0)) resp ((h h) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 67
(defskeleton plaindh
  (vars (n text) (h h-0 base) (x y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (deflistener (exp (gen) y))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0))))
  (defstrand resp 2 (h h-0) (y y-0))
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((2 1) (3 0)) ((3 1) (0 1)) ((4 1) (3 0)))
  (absent (y-0 h-0) (y h))
  (precur (3 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (3 0))
  (label 67)
  (parent 24)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 68, Parent: 25.

(cat (gen) x) (cat (gen) x) (exp (gen) x) (exp (gen) x) n (enc n (exp (gen) x)) (gen) (exp (gen) x) ((n n) (h (gen)) (x x)) init plaindh 68
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (gen)) (x x))
  (deflistener (exp (gen) x))
  (deflistener (cat (gen) x))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (2 0))
  (operation nonce-test (contracted (x-0 x) (w x)) (gen) (0 1))
  (label 68)
  (parent 25)
  (unrealized (2 0))
  (comment "empty cohort"))

Item 69, Parent: 25, Child: 109.

(cat (gen) (mul x x)) (cat (gen) (mul x x)) (exp (gen) (mul x x)) (exp (gen) (mul x x)) n (enc n (exp (gen) (mul x x))) (exp (gen) x) (exp (gen) x) ((n n) (h (exp (gen) x)) (x x)) init plaindh 69
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) x)) (x x))
  (deflistener (exp (gen) (mul x x)))
  (deflistener (cat (gen) (mul x x)))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)))
  (precur (2 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation nonce-test (displaced 3 0 init 1) (exp (gen) x-0) (0 1))
  (label 69)
  (parent 25)
  (unrealized (1 0) (2 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 70, Parent: 25.

(exp (gen) x-0) (cat (gen) (mul x x-0)) (cat (gen) (mul x x-0)) (exp (gen) (mul x x-0)) (exp (gen) (mul x x-0)) n (enc n (exp (gen) (mul x x-0))) (exp (gen) x-0) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) x-0)) (x x)) init plaindh 70
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) x-0)) (x x))
  (deflistener (exp (gen) (mul x x-0)))
  (deflistener (cat (gen) (mul x x-0)))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 0) (0 1))
    ((3 0) (2 0)))
  (precur (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (0 1))
  (label 70)
  (parent 25)
  (unrealized (1 0) (2 0))
  (comment "empty cohort"))

Item 71, Parent: 25.

(exp (gen) y) h (cat (gen) (mul x y)) (cat (gen) (mul x y)) (exp (gen) (mul x y)) (exp (gen) (mul x y)) n (enc n (exp (gen) (mul x y))) (exp (gen) y) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) y)) (x x)) init plaindh 71
(defskeleton plaindh
  (vars (n text) (h base) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) y)) (x x))
  (deflistener (exp (gen) (mul x y)))
  (deflistener (cat (gen) (mul x y)))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 1) (0 1))
    ((3 1) (2 0)))
  (absent (y h))
  (precur (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y) (0 1))
  (label 71)
  (parent 25)
  (unrealized (1 0) (2 0))
  (comment "empty cohort"))

Item 72, Parent: 25, Children: 110 111 112 113.

(cat (exp (gen) (mul (rec x) w (rec w-0))) w-0) (cat (exp (gen) (mul (rec x) w (rec w-0))) w-0) (cat (gen) w) (cat (gen) w) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul (rec x) w)) (exp (gen) x) ((n n) (h (exp (gen) (mul (rec x) w))) (x x)) init plaindh 72
(defskeleton plaindh
  (vars (n text) (x expn) (w w-0 expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) w))) (x x))
  (deflistener (exp (gen) w))
  (deflistener (cat (gen) w))
  (deflistener (cat (exp (gen) (mul (rec x) w (rec w-0))) w-0))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (3 0) (2 0))
  (operation nonce-test
    (added-listener (cat (exp (gen) (mul (rec x) w (rec w-0))) w-0))
    (exp (gen) (mul (rec x) w)) (0 1))
  (label 72)
  (parent 25)
  (unrealized (3 0))
  (comment "4 in cohort - 4 not yet seen"))

Item 73, Parent: 26, Child: 114.

(cat (exp (gen) x) w) (cat (exp (gen) x) w) n (enc n (exp (gen) (mul w x))) (exp (gen) w) (exp (gen) x) ((n n) (h (exp (gen) w)) (x x)) init plaindh 73 (realized)
(defskeleton plaindh
  (vars (n text) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (cat (exp (gen) x) w))
  (precedes ((0 0) (1 0)) ((1 1) (0 3)))
  (precur (1 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation generalization deleted (1 0))
  (label 73)
  (parent 26)
  (unrealized)
  (comment "1 in cohort - 1 not yet seen"))

Item 74, Parent: 27.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0))) (cat (exp (gen) x-0) (mul x (rec x-0))) (exp (gen) x) (exp (gen) x) n (enc n (exp (gen) x)) (gen) (exp (gen) x) ((x x-0)) init ((n n) (h (gen)) (x x)) init plaindh 74
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (gen)) (x x))
  (deflistener (exp (gen) x))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0))))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 0) (0 1))
    ((3 0) (2 0)))
  (precur (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-1 x) (w (mul x (rec x-0))) (x-2 x-0)) (gen) (0 1))
  (label 74)
  (parent 27)
  (unrealized (2 0))
  (comment "empty cohort"))

Item 75, Parent: 27.

(exp (gen) x) (cat (exp (gen) x) (mul (rec x) x-0 x-0)) (cat (exp (gen) x) (mul (rec x) x-0 x-0)) (exp (gen) (mul x-0 x-0)) (exp (gen) (mul x-0 x-0)) n (enc n (exp (gen) (mul x-0 x-0))) (exp (gen) x-0) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) x-0)) (x x-0)) init plaindh 75
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) x-0)) (x x-0))
  (deflistener (exp (gen) (mul x-0 x-0)))
  (deflistener (cat (exp (gen) x) (mul (rec x) x-0 x-0)))
  (defstrand init 1 (x x))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 0) (0 1))
    ((3 0) (2 0)))
  (precur (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-1) (0 1))
  (label 75)
  (parent 27)
  (unrealized (1 0) (2 0))
  (comment "empty cohort"))

Item 76, Parent: 27.

(exp (gen) x-0) (cat (exp (gen) x-0) x) (cat (exp (gen) x-0) x) (exp (gen) (mul x x-0)) (exp (gen) (mul x x-0)) n (enc n (exp (gen) (mul x x-0))) (exp (gen) x-0) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) x-0)) (x x)) init plaindh 76
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) x-0)) (x x))
  (deflistener (exp (gen) (mul x x-0)))
  (deflistener (cat (exp (gen) x-0) x))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 0) (0 1))
    ((3 0) (2 0)))
  (precur (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (displaced 4 3 init 1) (exp (gen) x-1) (0 1))
  (label 76)
  (parent 27)
  (unrealized (2 0))
  (comment "empty cohort"))

Item 77, Parent: 27.

(exp (gen) x-1) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) x-1)) (cat (exp (gen) x-0) (mul x (rec x-0) x-1)) (exp (gen) (mul x x-1)) (exp (gen) (mul x x-1)) n (enc n (exp (gen) (mul x x-1))) (exp (gen) x-1) (exp (gen) x) ((x x-1)) init ((x x-0)) init ((n n) (h (exp (gen) x-1)) (x x)) init plaindh 77
(defskeleton plaindh
  (vars (n text) (x x-0 x-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) x-1)) (x x))
  (deflistener (exp (gen) (mul x x-1)))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) x-1)))
  (defstrand init 1 (x x-0))
  (defstrand init 1 (x x-1))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 0) (0 1))
    ((3 0) (2 0)) ((4 0) (0 1)) ((4 0) (2 0)))
  (precur (2 0))
  (uniq-gen x x-0 x-1)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-1) (0 1))
  (label 77)
  (parent 27)
  (unrealized (1 0) (2 0))
  (comment "empty cohort"))

Item 78, Parent: 27.

(exp (gen) y) h (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) y)) (cat (exp (gen) x-0) (mul x (rec x-0) y)) (exp (gen) (mul x y)) (exp (gen) (mul x y)) n (enc n (exp (gen) (mul x y))) (exp (gen) y) (exp (gen) x) ((h h) (y y)) resp ((x x-0)) init ((n n) (h (exp (gen) y)) (x x)) init plaindh 78
(defskeleton plaindh
  (vars (n text) (h base) (x x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) y)) (x x))
  (deflistener (exp (gen) (mul x y)))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) y)))
  (defstrand init 1 (x x-0))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 0) (0 1))
    ((3 0) (2 0)) ((4 1) (0 1)) ((4 1) (2 0)))
  (absent (y h))
  (precur (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y) (0 1))
  (label 78)
  (parent 27)
  (unrealized (1 0) (2 0))
  (comment "empty cohort"))

Item 79, Parent: 27, Children: 115 116 117 118 119.

(cat (exp (gen) (mul (rec x) w x-0 (rec w-0))) w-0) (cat (exp (gen) (mul (rec x) w x-0 (rec w-0))) w-0) (exp (gen) x-0) (cat (exp (gen) x-0) w) (cat (exp (gen) x-0) w) (exp (gen) (mul w x-0)) (exp (gen) (mul w x-0)) n (enc n (exp (gen) (mul w x-0))) (exp (gen) (mul (rec x) w x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul (rec x) w x-0))) (x x)) init plaindh 79
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn) (w-0 expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) w x-0))) (x x))
  (deflistener (exp (gen) (mul w x-0)))
  (deflistener (cat (exp (gen) x-0) w))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) (mul (rec x) w x-0 (rec w-0))) w-0))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test
    (added-listener (cat (exp (gen) (mul (rec x) w x-0 (rec w-0))) w-0))
    (exp (gen) (mul (rec x) w x-0)) (0 1))
  (label 79)
  (parent 27)
  (unrealized (4 0))
  (comment "5 in cohort - 5 not yet seen"))

Item 80, Parent: 28.

(exp (gen) y) h (cat (exp (gen) y) (mul x (rec y))) (cat (exp (gen) y) (mul x (rec y))) (exp (gen) x) (exp (gen) x) n (enc n (exp (gen) x)) (gen) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (gen)) (x x)) init plaindh 80
(defskeleton plaindh
  (vars (n text) (h base) (x y expn))
  (defstrand init 4 (n n) (h (gen)) (x x))
  (deflistener (exp (gen) x))
  (deflistener (cat (exp (gen) y) (mul x (rec y))))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 1) (0 1))
    ((3 1) (2 0)))
  (absent (y h))
  (precur (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (contracted (x-0 x) (w (mul x (rec y))) (y-0 y))
    (gen) (0 1))
  (label 80)
  (parent 28)
  (unrealized (2 0))
  (comment "empty cohort"))

Item 81, Parent: 28.

(exp (gen) y) h (cat (exp (gen) y) (mul (rec y) x x)) (cat (exp (gen) y) (mul (rec y) x x)) (exp (gen) (mul x x)) (exp (gen) (mul x x)) n (enc n (exp (gen) (mul x x))) (exp (gen) x) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) x)) (x x)) init plaindh 81
(defskeleton plaindh
  (vars (n text) (h base) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) x)) (x x))
  (deflistener (exp (gen) (mul x x)))
  (deflistener (cat (exp (gen) y) (mul (rec y) x x)))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 1) (0 1))
    ((3 1) (2 0)))
  (absent (y h))
  (precur (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-0) (0 1))
  (label 81)
  (parent 28)
  (unrealized (1 0) (2 0))
  (comment "empty cohort"))

Item 82, Parent: 28.

(exp (gen) x-0) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) x-0)) (cat (exp (gen) y) (mul x (rec y) x-0)) (exp (gen) (mul x x-0)) (exp (gen) (mul x x-0)) n (enc n (exp (gen) (mul x x-0))) (exp (gen) x-0) (exp (gen) x) ((x x-0)) init ((h h) (y y)) resp ((n n) (h (exp (gen) x-0)) (x x)) init plaindh 82
(defskeleton plaindh
  (vars (n text) (h base) (x y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) x-0)) (x x))
  (deflistener (exp (gen) (mul x x-0)))
  (deflistener (cat (exp (gen) y) (mul x (rec y) x-0)))
  (defstrand resp 2 (h h) (y y))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 1) (0 1))
    ((3 1) (2 0)) ((4 0) (0 1)) ((4 0) (2 0)))
  (absent (y h))
  (precur (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (0 1))
  (label 82)
  (parent 28)
  (unrealized (1 0) (2 0))
  (comment "empty cohort"))

Item 83, Parent: 28.

(exp (gen) y) h (cat (exp (gen) y) x) (cat (exp (gen) y) x) (exp (gen) (mul x y)) (exp (gen) (mul x y)) n (enc n (exp (gen) (mul x y))) (exp (gen) y) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) y)) (x x)) init plaindh 83
(defskeleton plaindh
  (vars (n text) (h base) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) y)) (x x))
  (deflistener (exp (gen) (mul x y)))
  (deflistener (cat (exp (gen) y) x))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 1) (0 1))
    ((3 1) (2 0)))
  (absent (y h))
  (precur (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (displaced 4 3 resp 2) (exp (gen) y-0) (0 1))
  (label 83)
  (parent 28)
  (unrealized (2 0))
  (comment "empty cohort"))

Item 84, Parent: 28.

(exp (gen) y-0) h-0 (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) y-0)) (cat (exp (gen) y) (mul x (rec y) y-0)) (exp (gen) (mul x y-0)) (exp (gen) (mul x y-0)) n (enc n (exp (gen) (mul x y-0))) (exp (gen) y-0) (exp (gen) x) ((h h-0) (y y-0)) resp ((h h) (y y)) resp ((n n) (h (exp (gen) y-0)) (x x)) init plaindh 84
(defskeleton plaindh
  (vars (n text) (h h-0 base) (x y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) y-0)) (x x))
  (deflistener (exp (gen) (mul x y-0)))
  (deflistener (cat (exp (gen) y) (mul x (rec y) y-0)))
  (defstrand resp 2 (h h) (y y))
  (defstrand resp 2 (h h-0) (y y-0))
  (precedes ((0 0) (2 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 1) (0 1))
    ((3 1) (2 0)) ((4 1) (0 1)) ((4 1) (2 0)))
  (absent (y-0 h-0) (y h))
  (precur (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (0 1))
  (label 84)
  (parent 28)
  (unrealized (1 0) (2 0))
  (comment "empty cohort"))

Item 85, Parent: 28, Children: 120 121 122 123 124.

(cat (exp (gen) (mul (rec x) w y (rec w-0))) w-0) (cat (exp (gen) (mul (rec x) w y (rec w-0))) w-0) (exp (gen) y) h (cat (exp (gen) y) w) (cat (exp (gen) y) w) (exp (gen) (mul w y)) (exp (gen) (mul w y)) n (enc n (exp (gen) (mul w y))) (exp (gen) (mul (rec x) w y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) w y))) (x x)) init plaindh 85
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y expn) (w-0 expr))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) w y))) (x x))
  (deflistener (exp (gen) (mul w y)))
  (deflistener (cat (exp (gen) y) w))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) (mul (rec x) w y (rec w-0))) w-0))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test
    (added-listener (cat (exp (gen) (mul (rec x) w y (rec w-0))) w-0))
    (exp (gen) (mul (rec x) w y)) (0 1))
  (label 85)
  (parent 28)
  (unrealized (4 0))
  (comment "5 in cohort - 5 not yet seen"))

Item 86, Parent: 32.

x x (cat (exp (gen) y) (rec x)) (cat (exp (gen) y) (rec x)) n (enc n (exp (gen) y)) (exp (gen) y) (gen) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((n n) (h (gen)) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 86
(defskeleton plaindh
  (vars (n text) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (defstrand resp 4 (n n) (h (gen)) (y y))
  (deflistener (cat (exp (gen) y) (rec x)))
  (deflistener x)
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((0 2) (1 2)) ((1 1) (2 0))
    ((1 3) (0 3)) ((2 1) (0 1)) ((3 1) (2 0)))
  (absent (y (gen)))
  (precur (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (rec x) (2 0))
  (label 86)
  (parent 32)
  (unrealized (3 0))
  (comment "empty cohort"))

Item 87, Parent: 48, Child: 125.

(cat (gen) (mul w y)) (cat (gen) (mul w y)) (cat (gen) (mul x w)) (cat (gen) (mul x w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) y) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((n n) (h (exp (gen) (mul x w))) (y y)) resp ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 87
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w))) (y y))
  (deflistener (cat (gen) (mul x w)))
  (deflistener (cat (gen) (mul w y)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)))
  (absent (y (exp (gen) (mul x w))))
  (uniq-gen x y)
  (uniq-orig n)
  (precur (3 0) (2 0))
  (operation nonce-test
    (contracted (x-0 x) (y-0 y) (w-0 (mul x w)) (w-1 (mul w y)) (y-1 y)
      (w (mul w y))) (gen) (3 0))
  (label 87)
  (parent 48)
  (unrealized (2 0) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 88, Parent: 48, Child: 126.

(cat (exp (gen) x) (mul w y)) (cat (exp (gen) x) (mul w y)) (cat (gen) (mul w x x)) (cat (gen) (mul w x x)) n (enc n (exp (gen) (mul w x x y))) (exp (gen) y) (exp (gen) (mul w x x)) n (enc n (exp (gen) (mul w x x y))) (exp (gen) (mul w x y)) (exp (gen) x) ((n n) (h (exp (gen) (mul w x x))) (y y)) resp ((n n) (h (exp (gen) (mul w x y))) (x x)) init plaindh 88
(defskeleton plaindh
  (vars (n text) (w expr) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul w x x))) (y y))
  (deflistener (cat (gen) (mul w x x)))
  (deflistener (cat (exp (gen) x) (mul w y)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)))
  (absent (y (exp (gen) (mul w x x))))
  (precur (3 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-0) (3 0))
  (label 88)
  (parent 48)
  (unrealized (0 1) (1 0) (2 0) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 89, Parent: 48, Child: 127.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul w y)) (cat (exp (gen) x-0) (mul w y)) (cat (gen) (mul x w x-0)) (cat (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0 y))) (exp (gen) y) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0 y))) (exp (gen) (mul w x-0 y)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul x w x-0))) (y y)) resp ((n n) (h (exp (gen) (mul w x-0 y))) (x x)) init plaindh 89
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w x-0))) (y y))
  (deflistener (cat (gen) (mul x w x-0)))
  (deflistener (cat (exp (gen) x-0) (mul w y)))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)) ((4 0) (2 0)))
  (absent (y (exp (gen) (mul x w x-0))))
  (precur (3 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (3 0))
  (label 89)
  (parent 48)
  (unrealized (0 1) (1 0) (2 0) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 90, Parent: 48, Children: 128 129 130.

(cat (exp (gen) y) w) (cat (exp (gen) y) w) (cat (gen) (mul x w)) (cat (gen) (mul x w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) y) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((n n) (h (exp (gen) (mul x w))) (y y)) resp ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 90
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w))) (y y))
  (deflistener (cat (gen) (mul x w)))
  (deflistener (cat (exp (gen) y) w))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)))
  (absent (y (exp (gen) (mul x w))))
  (precur (3 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (displaced 4 1 resp 2) (exp (gen) y-0) (3 0))
  (label 90)
  (parent 48)
  (unrealized (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 91, Parent: 48, Child: 131.

(exp (gen) y) h (cat (exp (gen) y) (mul w y-0)) (cat (exp (gen) y) (mul w y-0)) (cat (gen) (mul x w y)) (cat (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) y-0) (exp (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) (mul w y y-0)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul x w y))) (y y-0)) resp ((n n) (h (exp (gen) (mul w y y-0))) (x x)) init plaindh 91
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w y))) (y y-0))
  (deflistener (cat (gen) (mul x w y)))
  (deflistener (cat (exp (gen) y) (mul w y-0)))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (2 0)))
  (absent (y h) (y-0 (exp (gen) (mul x w y))))
  (precur (3 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y) (3 0))
  (label 91)
  (parent 48)
  (unrealized (0 1) (1 0) (2 0) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 92, Parent: 49, Child: 132.

(cat (exp (gen) x) w) (cat (exp (gen) x) w) n (enc n (exp (gen) (mul y w x))) (exp (gen) (mul y w)) (exp (gen) x) ((n n) (h (exp (gen) (mul y w))) (x x)) init plaindh 92 (realized)
(defskeleton plaindh
  (vars (n text) (y expn) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y w))) (x x))
  (deflistener (cat (exp (gen) x) w))
  (precedes ((0 0) (1 0)))
  (absent (y (exp (gen) (mul w x))))
  (precur (1 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation generalization deleted (1 1))
  (label 92)
  (parent 49)
  (unrealized)
  (comment "1 in cohort - 1 not yet seen"))

Item 93, Parent: 51, Child: 133.

(cat (gen) (mul w y)) (cat (gen) (mul w y)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (cat (exp (gen) x-0) (mul x (rec x-0) w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) y) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul x w))) (y y)) resp ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 93
(defskeleton plaindh
  (vars (n text) (x x-0 expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w))) (y y))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (gen) (mul w y)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)))
  (absent (y (exp (gen) (mul x w))))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-1 x) (y-0 y) (w-0 (mul x (rec x-0) w)) (x-2 x-0)
      (w-1 (mul w y)) (y-1 y) (w (mul w y))) (gen) (4 0))
  (label 93)
  (parent 51)
  (unrealized (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 94, Parent: 51, Child: 134.

(cat (exp (gen) x-0) (mul w y)) (cat (exp (gen) x-0) (mul w y)) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w x-0 x-0)) (cat (exp (gen) x) (mul (rec x) w x-0 x-0)) n (enc n (exp (gen) (mul w x-0 x-0 y))) (exp (gen) y) (exp (gen) (mul w x-0 x-0)) n (enc n (exp (gen) (mul w x-0 x-0 y))) (exp (gen) (mul w x-0 y)) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul w x-0 x-0))) (y y)) resp ((n n) (h (exp (gen) (mul w x-0 y))) (x x-0)) init plaindh 94
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 y))) (x x-0))
  (defstrand resp 4 (n n) (h (exp (gen) (mul w x-0 x-0))) (y y))
  (deflistener (cat (exp (gen) x) (mul (rec x) w x-0 x-0)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x-0) (mul w y)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)))
  (absent (y (exp (gen) (mul w x-0 x-0))))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-1) (4 0))
  (label 94)
  (parent 51)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 95, Parent: 51, Child: 135.

(cat (exp (gen) x-0) (mul w y)) (cat (exp (gen) x-0) (mul w y)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x w)) (cat (exp (gen) x-0) (mul x w)) n (enc n (exp (gen) (mul x w x-0 y))) (exp (gen) y) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0 y))) (exp (gen) (mul w x-0 y)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul x w x-0))) (y y)) resp ((n n) (h (exp (gen) (mul w x-0 y))) (x x)) init plaindh 95
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w x-0))) (y y))
  (deflistener (cat (exp (gen) x-0) (mul x w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-0) (mul w y)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)))
  (absent (y (exp (gen) (mul x w x-0))))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (displaced 5 3 init 1) (exp (gen) x-1) (4 0))
  (label 95)
  (parent 51)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 96, Parent: 51, Child: 136.

(exp (gen) x-1) (cat (exp (gen) x-1) (mul w y)) (cat (exp (gen) x-1) (mul w y)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w x-1)) (cat (exp (gen) x-0) (mul x (rec x-0) w x-1)) n (enc n (exp (gen) (mul x w x-1 y))) (exp (gen) y) (exp (gen) (mul x w x-1)) n (enc n (exp (gen) (mul x w x-1 y))) (exp (gen) (mul w x-1 y)) (exp (gen) x) ((x x-1)) init ((x x-0)) init ((n n) (h (exp (gen) (mul x w x-1))) (y y)) resp ((n n) (h (exp (gen) (mul w x-1 y))) (x x)) init plaindh 96
(defskeleton plaindh
  (vars (n text) (x x-0 expn) (w expr) (x-1 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-1 y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w x-1))) (y y))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w x-1)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-1) (mul w y)))
  (defstrand init 1 (x x-1))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 0) (2 0)))
  (absent (y (exp (gen) (mul x w x-1))))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 x-1 y)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-1) (4 0))
  (label 96)
  (parent 51)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 97, Parent: 51, Children: 137 138 139.

(cat (exp (gen) y) w) (cat (exp (gen) y) w) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (cat (exp (gen) x-0) (mul x (rec x-0) w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) y) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul x w))) (y y)) resp ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 97
(defskeleton plaindh
  (vars (n text) (x x-0 expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w))) (y y))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) w))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)))
  (absent (y (exp (gen) (mul x w))))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (displaced 5 1 resp 2) (exp (gen) y-0) (4 0))
  (label 97)
  (parent 51)
  (unrealized (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 98, Parent: 51, Child: 140.

(exp (gen) y) h (cat (exp (gen) y) (mul w y-0)) (cat (exp (gen) y) (mul w y-0)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w y)) (cat (exp (gen) x-0) (mul x (rec x-0) w y)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) y-0) (exp (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) (mul w y y-0)) (exp (gen) x) ((h h) (y y)) resp ((x x-0)) init ((n n) (h (exp (gen) (mul x w y))) (y y-0)) resp ((n n) (h (exp (gen) (mul w y y-0))) (x x)) init plaindh 98
(defskeleton plaindh
  (vars (n text) (h base) (x x-0 expn) (w expr) (y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w y))) (y y-0))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w y)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) (mul w y-0)))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 1) (2 0)))
  (absent (y h) (y-0 (exp (gen) (mul x w y))))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y y-0)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y) (4 0))
  (label 98)
  (parent 51)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 99, Parent: 53, Child: 141.

(cat (gen) (mul w y-0)) (cat (gen) (mul w y-0)) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w)) (cat (exp (gen) y) (mul x (rec y) w)) n (enc n (exp (gen) (mul x w y-0))) (exp (gen) y-0) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w y-0))) (exp (gen) (mul w y-0)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul x w))) (y y-0)) resp ((n n) (h (exp (gen) (mul w y-0))) (x x)) init plaindh 99
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr) (y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w))) (y y-0))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (gen) (mul w y-0)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)))
  (absent (y h) (y-0 (exp (gen) (mul x w))))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-0 x) (y-1 y-0) (w-0 (mul x (rec y) w)) (y-2 y)
      (w-1 (mul w y-0)) (y-3 y-0) (w (mul w y-0))) (gen) (4 0))
  (label 99)
  (parent 53)
  (unrealized (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 100, Parent: 53, Child: 142.

(cat (exp (gen) x) (mul w y-0)) (cat (exp (gen) x) (mul w y-0)) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w x x)) (cat (exp (gen) y) (mul (rec y) w x x)) n (enc n (exp (gen) (mul w x x y-0))) (exp (gen) y-0) (exp (gen) (mul w x x)) n (enc n (exp (gen) (mul w x x y-0))) (exp (gen) (mul w x y-0)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w x x))) (y y-0)) resp ((n n) (h (exp (gen) (mul w x y-0))) (x x)) init plaindh 100
(defskeleton plaindh
  (vars (n text) (h base) (y expn) (w expr) (x y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul w x x))) (y y-0))
  (deflistener (cat (exp (gen) y) (mul (rec y) w x x)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x) (mul w y-0)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)))
  (absent (y h) (y-0 (exp (gen) (mul w x x))))
  (precur (4 0) (2 0))
  (uniq-gen y x y-0)
  (uniq-orig n)
  (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-0) (4 0))
  (label 100)
  (parent 53)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 101, Parent: 53, Child: 143.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul w y-0)) (cat (exp (gen) x-0) (mul w y-0)) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w x-0)) (cat (exp (gen) y) (mul x (rec y) w x-0)) n (enc n (exp (gen) (mul x w x-0 y-0))) (exp (gen) y-0) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0 y-0))) (exp (gen) (mul w x-0 y-0)) (exp (gen) x) ((x x-0)) init ((h h) (y y)) resp ((n n) (h (exp (gen) (mul x w x-0))) (y y-0)) resp ((n n) (h (exp (gen) (mul w x-0 y-0))) (x x)) init plaindh 101
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr) (x-0 y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w x-0))) (y y-0))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w x-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x-0) (mul w y-0)))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 0) (2 0)))
  (absent (y h) (y-0 (exp (gen) (mul x w x-0))))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0 y-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (4 0))
  (label 101)
  (parent 53)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 102, Parent: 53, Children: 144 145 146.

(cat (exp (gen) y-0) w) (cat (exp (gen) y-0) w) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w)) (cat (exp (gen) y) (mul x (rec y) w)) n (enc n (exp (gen) (mul x w y-0))) (exp (gen) y-0) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w y-0))) (exp (gen) (mul w y-0)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul x w))) (y y-0)) resp ((n n) (h (exp (gen) (mul w y-0))) (x x)) init plaindh 102
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr) (y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w))) (y y-0))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) w))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)))
  (absent (y-0 (exp (gen) (mul x w))) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (displaced 5 1 resp 2) (exp (gen) y-1) (4 0))
  (label 102)
  (parent 53)
  (unrealized (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 103, Parent: 53, Child: 147.

(cat (exp (gen) y) (mul w y-0)) (cat (exp (gen) y) (mul w y-0)) (exp (gen) y) h (cat (exp (gen) y) (mul x w)) (cat (exp (gen) y) (mul x w)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) y-0) (exp (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) (mul w y y-0)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul x w y))) (y y-0)) resp ((n n) (h (exp (gen) (mul w y y-0))) (x x)) init plaindh 103
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w y))) (y y-0))
  (deflistener (cat (exp (gen) y) (mul x w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y) (mul w y-0)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)))
  (absent (y h) (y-0 (exp (gen) (mul x w y))))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (displaced 5 3 resp 2) (exp (gen) y-1) (4 0))
  (label 103)
  (parent 53)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 104, Parent: 53, Child: 148.

(exp (gen) y-0) h-0 (cat (exp (gen) y-0) (mul w y-1)) (cat (exp (gen) y-0) (mul w y-1)) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w y-0)) (cat (exp (gen) y) (mul x (rec y) w y-0)) n (enc n (exp (gen) (mul x w y-0 y-1))) (exp (gen) y-1) (exp (gen) (mul x w y-0)) n (enc n (exp (gen) (mul x w y-0 y-1))) (exp (gen) (mul w y-0 y-1)) (exp (gen) x) ((h h-0) (y y-0)) resp ((h h) (y y)) resp ((n n) (h (exp (gen) (mul x w y-0))) (y y-1)) resp ((n n) (h (exp (gen) (mul w y-0 y-1))) (x x)) init plaindh 104
(defskeleton plaindh
  (vars (n text) (h h-0 base) (x y expn) (w expr) (y-0 y-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y-0 y-1))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w y-0))) (y y-1))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w y-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) (mul w y-1)))
  (defstrand resp 2 (h h-0) (y y-0))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (2 0)))
  (absent (y-0 h-0) (y h) (y-1 (exp (gen) (mul x w y-0))))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0 y-1)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (4 0))
  (label 104)
  (parent 53)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 105, Parent: 54.

x x (cat (gen) (rec x)) (cat (gen) (rec x)) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 105
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (gen) (rec x)))
  (deflistener x)
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (0 1))
    ((3 1) (2 0)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (2 0))
  (operation nonce-test (added-listener x) (rec x) (2 0))
  (label 105)
  (parent 54)
  (unrealized (3 0))
  (comment "empty cohort"))

Item 106, Parent: 55.

x x (cat (exp (gen) x) (mul (rec x) (rec x))) (cat (exp (gen) x) (mul (rec x) (rec x))) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 106
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (exp (gen) x) (mul (rec x) (rec x))))
  (deflistener x)
  (precedes ((0 0) (1 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (0 1))
    ((3 1) (2 0)))
  (precur (2 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul (rec x) (rec x)) (2 0))
  (label 106)
  (parent 55)
  (unrealized (3 0))
  (comment "empty cohort"))

Item 107, Parent: 60.

x x (cat (exp (gen) x-0) (rec x)) (cat (exp (gen) x-0) (rec x)) (exp (gen) x-0) (exp (gen) x-0) (exp (gen) x-0) n (enc n (exp (gen) x-0)) (exp (gen) (mul (rec x) x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) init plaindh 107
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x))
  (deflistener (exp (gen) x-0))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-0) (rec x)))
  (deflistener x)
  (precedes ((0 0) (1 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 0) (1 0))
    ((2 0) (3 0)) ((3 1) (0 1)) ((4 1) (3 0)))
  (precur (3 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (rec x) (3 0))
  (label 107)
  (parent 60)
  (unrealized (4 0))
  (comment "empty cohort"))

Item 108, Parent: 66.

x x (cat (exp (gen) y) (rec x)) (cat (exp (gen) y) (rec x)) (exp (gen) y) h (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 108
(defskeleton plaindh
  (vars (n text) (h base) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (deflistener (exp (gen) y))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y) (rec x)))
  (deflistener x)
  (precedes ((0 0) (1 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((2 1) (3 0)) ((3 1) (0 1)) ((4 1) (3 0)))
  (absent (y h))
  (precur (3 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (rec x) (3 0))
  (label 108)
  (parent 66)
  (unrealized (4 0))
  (comment "empty cohort"))

Item 109, Parent: 69.

x x (cat (gen) (mul x x)) (cat (gen) (mul x x)) (exp (gen) (mul x x)) (exp (gen) (mul x x)) n (enc n (exp (gen) (mul x x))) (exp (gen) x) (exp (gen) x) ((n n) (h (exp (gen) x)) (x x)) init plaindh 109
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) x)) (x x))
  (deflistener (exp (gen) (mul x x)))
  (deflistener (cat (gen) (mul x x)))
  (deflistener x)
  (precedes ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0)) ((3 1) (2 0)))
  (precur (2 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul x x) (2 0))
  (label 109)
  (parent 69)
  (unrealized (3 0))
  (comment "empty cohort"))

Item 110, Parent: 72, Children: 149 150 151.

(cat (gen) w) (cat (gen) w) (cat (gen) (mul x w)) (cat (gen) (mul x w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((n n) (h (exp (gen) w)) (x x)) init plaindh 110
(defskeleton plaindh
  (vars (n text) (x expn) (w expr))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (gen) (mul x w)))
  (deflistener (cat (gen) w))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (3 0) (2 0))
  (operation nonce-test (contracted (x-0 x) (w-0 (mul x w)) (w-1 w))
    (gen) (3 0))
  (label 110)
  (parent 72)
  (unrealized (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 111, Parent: 72, Children: 152 153 154.

(cat (exp (gen) x) w) (cat (exp (gen) x) w) (cat (gen) (mul w x x)) (cat (gen) (mul w x x)) (exp (gen) (mul w x x)) (exp (gen) (mul w x x)) n (enc n (exp (gen) (mul w x x))) (exp (gen) (mul w x)) (exp (gen) x) ((n n) (h (exp (gen) (mul w x))) (x x)) init plaindh 111
(defskeleton plaindh
  (vars (n text) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x))) (x x))
  (deflistener (exp (gen) (mul w x x)))
  (deflistener (cat (gen) (mul w x x)))
  (deflistener (cat (exp (gen) x) w))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)))
  (precur (3 0) (2 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation nonce-test (displaced 4 0 init 1) (exp (gen) x-0) (3 0))
  (label 111)
  (parent 72)
  (unrealized (1 0) (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 112, Parent: 72, Children: 155 156 157.

(exp (gen) x-0) (cat (exp (gen) x-0) w) (cat (exp (gen) x-0) w) (cat (gen) (mul x w x-0)) (cat (gen) (mul x w x-0)) (exp (gen) (mul x w x-0)) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0))) (exp (gen) (mul w x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul w x-0))) (x x)) init plaindh 112
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0))) (x x))
  (deflistener (exp (gen) (mul x w x-0)))
  (deflistener (cat (gen) (mul x w x-0)))
  (deflistener (cat (exp (gen) x-0) w))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 0) (2 0)) ((4 0) (3 0)))
  (precur (3 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (3 0))
  (label 112)
  (parent 72)
  (unrealized (1 0) (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 113, Parent: 72, Children: 158 159 160.

(exp (gen) y) h (cat (exp (gen) y) w) (cat (exp (gen) y) w) (cat (gen) (mul x w y)) (cat (gen) (mul x w y)) (exp (gen) (mul x w y)) (exp (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 113
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (deflistener (exp (gen) (mul x w y)))
  (deflistener (cat (gen) (mul x w y)))
  (deflistener (cat (exp (gen) y) w))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 1) (2 0)) ((4 1) (3 0)))
  (absent (y h))
  (precur (3 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y) (3 0))
  (label 113)
  (parent 72)
  (unrealized (1 0) (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 114, Parent: 73.

n (enc n (exp (gen) (mul w x))) (exp (gen) w) (exp (gen) x) ((n n) (h (exp (gen) w)) (x x)) init plaindh 114 (realized)
(defskeleton plaindh
  (vars (n text) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (uniq-gen x)
  (uniq-orig n)
  (operation generalization deleted (1 0))
  (label 114)
  (parent 73)
  (unrealized)
  (shape)
  (maps ((0) ((x x) (h (exp (gen) w)) (n n))))
  (origs (n (0 2))))

Item 115, Parent: 79, Children: 161 162 163.

(cat (gen) w) (cat (gen) w) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) w)) (x x)) init plaindh 115
(defskeleton plaindh
  (vars (n text) (x x-0 expn) (w expr))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (gen) w))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-1 x) (w-0 (mul x (rec x-0) w)) (x-2 x-0) (w-1 w))
    (gen) (4 0))
  (label 115)
  (parent 79)
  (unrealized (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 116, Parent: 79, Children: 164 165 166.

(cat (exp (gen) x-0) w) (cat (exp (gen) x-0) w) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w x-0 x-0)) (cat (exp (gen) x) (mul (rec x) w x-0 x-0)) (exp (gen) (mul w x-0 x-0)) (exp (gen) (mul w x-0 x-0)) n (enc n (exp (gen) (mul w x-0 x-0))) (exp (gen) (mul w x-0)) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul w x-0))) (x x-0)) init plaindh 116
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0))) (x x-0))
  (deflistener (exp (gen) (mul w x-0 x-0)))
  (deflistener (cat (exp (gen) x) (mul (rec x) w x-0 x-0)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x-0) w))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-1) (4 0))
  (label 116)
  (parent 79)
  (unrealized (1 0) (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 117, Parent: 79, Children: 167 168 169.

(cat (exp (gen) x-0) w) (cat (exp (gen) x-0) w) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x w)) (cat (exp (gen) x-0) (mul x w)) (exp (gen) (mul x w x-0)) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0))) (exp (gen) (mul w x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul w x-0))) (x x)) init plaindh 117
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0))) (x x))
  (deflistener (exp (gen) (mul x w x-0)))
  (deflistener (cat (exp (gen) x-0) (mul x w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-0) w))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (displaced 5 3 init 1) (exp (gen) x-1) (4 0))
  (label 117)
  (parent 79)
  (unrealized (1 0) (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 118, Parent: 79, Children: 170 171 172 173.

(exp (gen) x-1) (cat (exp (gen) x-1) w) (cat (exp (gen) x-1) w) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w x-1)) (cat (exp (gen) x-0) (mul x (rec x-0) w x-1)) (exp (gen) (mul x w x-1)) (exp (gen) (mul x w x-1)) n (enc n (exp (gen) (mul x w x-1))) (exp (gen) (mul w x-1)) (exp (gen) x) ((x x-1)) init ((x x-0)) init ((n n) (h (exp (gen) (mul w x-1))) (x x)) init plaindh 118
(defskeleton plaindh
  (vars (n text) (x x-0 expn) (w expr) (x-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-1))) (x x))
  (deflistener (exp (gen) (mul x w x-1)))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w x-1)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-1) w))
  (defstrand init 1 (x x-1))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 x-1)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-1) (4 0))
  (label 118)
  (parent 79)
  (unrealized (1 0) (2 0))
  (comment "4 in cohort - 4 not yet seen"))

Item 119, Parent: 79, Children: 174 175 176 177.

(exp (gen) y) h (cat (exp (gen) y) w) (cat (exp (gen) y) w) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w y)) (cat (exp (gen) x-0) (mul x (rec x-0) w y)) (exp (gen) (mul x w y)) (exp (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((h h) (y y)) resp ((x x-0)) init ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 119
(defskeleton plaindh
  (vars (n text) (h base) (x x-0 expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (deflistener (exp (gen) (mul x w y)))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w y)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) w))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y) (4 0))
  (label 119)
  (parent 79)
  (unrealized (1 0) (2 0))
  (comment "4 in cohort - 4 not yet seen"))

Item 120, Parent: 85, Children: 178 179 180.

(cat (gen) w) (cat (gen) w) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w)) (cat (exp (gen) y) (mul x (rec y) w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) w)) (x x)) init plaindh 120
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (gen) w))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-0 x) (w-0 (mul x (rec y) w)) (y-0 y) (w-1 w)) (gen)
    (4 0))
  (label 120)
  (parent 85)
  (unrealized (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 121, Parent: 85, Children: 181 182 183.

(cat (exp (gen) x) w) (cat (exp (gen) x) w) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w x x)) (cat (exp (gen) y) (mul (rec y) w x x)) (exp (gen) (mul w x x)) (exp (gen) (mul w x x)) n (enc n (exp (gen) (mul w x x))) (exp (gen) (mul w x)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w x))) (x x)) init plaindh 121
(defskeleton plaindh
  (vars (n text) (h base) (y expn) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x))) (x x))
  (deflistener (exp (gen) (mul w x x)))
  (deflistener (cat (exp (gen) y) (mul (rec y) w x x)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x) w))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (displaced 5 0 init 1) (exp (gen) x-0) (4 0))
  (label 121)
  (parent 85)
  (unrealized (1 0) (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 122, Parent: 85, Children: 184 185 186 187.

(exp (gen) x-0) (cat (exp (gen) x-0) w) (cat (exp (gen) x-0) w) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w x-0)) (cat (exp (gen) y) (mul x (rec y) w x-0)) (exp (gen) (mul x w x-0)) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0))) (exp (gen) (mul w x-0)) (exp (gen) x) ((x x-0)) init ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w x-0))) (x x)) init plaindh 122
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0))) (x x))
  (deflistener (exp (gen) (mul x w x-0)))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w x-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x-0) w))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-strand init 1) (exp (gen) x-0) (4 0))
  (label 122)
  (parent 85)
  (unrealized (1 0) (2 0))
  (comment "4 in cohort - 4 not yet seen"))

Item 123, Parent: 85, Children: 188 189 190.

(cat (exp (gen) y) w) (cat (exp (gen) y) w) (exp (gen) y) h (cat (exp (gen) y) (mul x w)) (cat (exp (gen) y) (mul x w)) (exp (gen) (mul x w y)) (exp (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 123
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (deflistener (exp (gen) (mul x w y)))
  (deflistener (cat (exp (gen) y) (mul x w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y) w))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (displaced 5 3 resp 2) (exp (gen) y-0) (4 0))
  (label 123)
  (parent 85)
  (unrealized (1 0) (2 0))
  (comment "3 in cohort - 3 not yet seen"))

Item 124, Parent: 85, Children: 191 192 193 194.

(exp (gen) y-0) h-0 (cat (exp (gen) y-0) w) (cat (exp (gen) y-0) w) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w y-0)) (cat (exp (gen) y) (mul x (rec y) w y-0)) (exp (gen) (mul x w y-0)) (exp (gen) (mul x w y-0)) n (enc n (exp (gen) (mul x w y-0))) (exp (gen) (mul w y-0)) (exp (gen) x) ((h h-0) (y y-0)) resp ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w y-0))) (x x)) init plaindh 124
(defskeleton plaindh
  (vars (n text) (h h-0 base) (x y expn) (w expr) (y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y-0))) (x x))
  (deflistener (exp (gen) (mul x w y-0)))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w y-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) w))
  (defstrand resp 2 (h h-0) (y y-0))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)))
  (absent (y-0 h-0) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-strand resp 2) (exp (gen) y-0) (4 0))
  (label 124)
  (parent 85)
  (unrealized (1 0) (2 0))
  (comment "4 in cohort - 4 not yet seen"))

Item 125, Parent: 87.

y y (cat (gen) (mul w y)) (cat (gen) (mul w y)) (cat (gen) (mul x w)) (cat (gen) (mul x w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) y) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((n n) (h (exp (gen) (mul x w))) (y y)) resp ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 125
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w))) (y y))
  (deflistener (cat (gen) (mul x w)))
  (deflistener (cat (gen) (mul w y)))
  (deflistener y)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (3 0)))
  (absent (y (exp (gen) (mul x w))))
  (uniq-gen x y)
  (uniq-orig n)
  (precur (3 0) (2 0))
  (operation nonce-test (added-listener y) (mul w y) (3 0))
  (label 125)
  (parent 87)
  (unrealized (2 0) (4 0))
  (comment "empty cohort"))

Item 126, Parent: 88.

y y (cat (exp (gen) x) (mul w y)) (cat (exp (gen) x) (mul w y)) (cat (gen) (mul w x x)) (cat (gen) (mul w x x)) n (enc n (exp (gen) (mul w x x y))) (exp (gen) y) (exp (gen) (mul w x x)) n (enc n (exp (gen) (mul w x x y))) (exp (gen) (mul w x y)) (exp (gen) x) ((n n) (h (exp (gen) (mul w x x))) (y y)) resp ((n n) (h (exp (gen) (mul w x y))) (x x)) init plaindh 126
(defskeleton plaindh
  (vars (n text) (w expr) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul w x x))) (y y))
  (deflistener (cat (gen) (mul w x x)))
  (deflistener (cat (exp (gen) x) (mul w y)))
  (deflistener y)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (3 0)))
  (absent (y (exp (gen) (mul w x x))))
  (precur (3 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-listener y) (mul w y) (3 0))
  (label 126)
  (parent 88)
  (unrealized (1 0) (2 0) (4 0))
  (comment "empty cohort"))

Item 127, Parent: 89.

y y (exp (gen) x-0) (cat (exp (gen) x-0) (mul w y)) (cat (exp (gen) x-0) (mul w y)) (cat (gen) (mul x w x-0)) (cat (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0 y))) (exp (gen) y) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0 y))) (exp (gen) (mul w x-0 y)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul x w x-0))) (y y)) resp ((n n) (h (exp (gen) (mul w x-0 y))) (x x)) init plaindh 127
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w x-0))) (y y))
  (deflistener (cat (gen) (mul x w x-0)))
  (deflistener (cat (exp (gen) x-0) (mul w y)))
  (defstrand init 1 (x x-0))
  (deflistener y)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)) ((4 0) (2 0)) ((5 1) (3 0)))
  (absent (y (exp (gen) (mul x w x-0))))
  (precur (3 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (added-listener y) (mul w y) (3 0))
  (label 127)
  (parent 89)
  (unrealized (1 0) (2 0) (5 0))
  (comment "empty cohort"))

Item 128, Parent: 90, Child: 195.

(cat (exp (gen) y) (rec x)) (cat (exp (gen) y) (rec x)) (cat (gen) (one)) (cat (gen) (one)) n (enc n (exp (gen) y)) (exp (gen) y) (gen) n (enc n (exp (gen) y)) (exp (gen) (mul y (rec x))) (exp (gen) x) ((n n) (h (gen)) (y y)) resp ((n n) (h (exp (gen) (mul y (rec x)))) (x x)) init plaindh 128
(defskeleton plaindh
  (vars (n text) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y (rec x)))) (x x))
  (defstrand resp 4 (n n) (h (gen)) (y y))
  (deflistener (cat (gen) (one)))
  (deflistener (cat (exp (gen) y) (rec x)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)))
  (absent (y (gen)))
  (precur (3 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (contracted (x-0 x) (w (rec x))) (one) (2 0))
  (label 128)
  (parent 90)
  (unrealized (0 1) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 129, Parent: 90, Child: 196.

(cat (exp (gen) y) (mul w (rec x))) (cat (exp (gen) y) (mul w (rec x))) (cat (gen) w) (cat (gen) w) n (enc n (exp (gen) (mul w y))) (exp (gen) y) (exp (gen) w) n (enc n (exp (gen) (mul w y))) (exp (gen) (mul w y (rec x))) (exp (gen) x) ((n n) (h (exp (gen) w)) (y y)) resp ((n n) (h (exp (gen) (mul w y (rec x)))) (x x)) init plaindh 129
(defskeleton plaindh
  (vars (n text) (w expr) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y (rec x)))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) w)) (y y))
  (deflistener (cat (gen) w))
  (deflistener (cat (exp (gen) y) (mul w (rec x))))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)))
  (absent (x w) (y (exp (gen) w)))
  (precur (3 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (added-absence x w) w (2 0))
  (label 129)
  (parent 90)
  (unrealized (0 1) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 130, Parent: 90.

x x (cat (exp (gen) y) w) (cat (exp (gen) y) w) (cat (gen) (mul x w)) (cat (gen) (mul x w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) y) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((n n) (h (exp (gen) (mul x w))) (y y)) resp ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 130
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w))) (y y))
  (deflistener (cat (gen) (mul x w)))
  (deflistener (cat (exp (gen) y) w))
  (deflistener x)
  (precedes ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (3 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (2 0)))
  (absent (y (exp (gen) (mul x w))))
  (precur (3 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul x w) (2 0))
  (label 130)
  (parent 90)
  (unrealized (4 0))
  (comment "empty cohort"))

Item 131, Parent: 91.

y-0 y-0 (exp (gen) y) h (cat (exp (gen) y) (mul w y-0)) (cat (exp (gen) y) (mul w y-0)) (cat (gen) (mul x w y)) (cat (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) y-0) (exp (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) (mul w y y-0)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul x w y))) (y y-0)) resp ((n n) (h (exp (gen) (mul w y y-0))) (x x)) init plaindh 131
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w y))) (y y-0))
  (deflistener (cat (gen) (mul x w y)))
  (deflistener (cat (exp (gen) y) (mul w y-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener y-0)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (2 0)) ((5 1) (3 0)))
  (absent (y h) (y-0 (exp (gen) (mul x w y))))
  (precur (3 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-listener y-0) (mul w y-0) (3 0))
  (label 131)
  (parent 91)
  (unrealized (1 0) (2 0) (5 0))
  (comment "empty cohort"))

Item 132, Parent: 92, Seen Child: 114.

(cat (exp (gen) x) w) (cat (exp (gen) x) w) n (enc n (exp (gen) (mul y w x))) (exp (gen) (mul y w)) (exp (gen) x) ((n n) (h (exp (gen) (mul y w))) (x x)) init plaindh 132 (realized)
(defskeleton plaindh
  (vars (n text) (y expn) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y w))) (x x))
  (deflistener (cat (exp (gen) x) w))
  (precedes ((0 0) (1 0)))
  (precur (1 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation generalization forgot y)
  (label 132)
  (parent 92)
  (seen 114)
  (unrealized)
  (comment "1 in cohort - 0 not yet seen"))

Item 133, Parent: 93.

y y (cat (gen) (mul w y)) (cat (gen) (mul w y)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (cat (exp (gen) x-0) (mul x (rec x-0) w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) y) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul x w))) (y y)) resp ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 133
(defskeleton plaindh
  (vars (n text) (x x-0 expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w))) (y y))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (gen) (mul w y)))
  (deflistener y)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (absent (y (exp (gen) (mul x w))))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (added-listener y) (mul w y) (4 0))
  (label 133)
  (parent 93)
  (unrealized (2 0) (5 0))
  (comment "empty cohort"))

Item 134, Parent: 94.

y y (cat (exp (gen) x-0) (mul w y)) (cat (exp (gen) x-0) (mul w y)) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w x-0 x-0)) (cat (exp (gen) x) (mul (rec x) w x-0 x-0)) n (enc n (exp (gen) (mul w x-0 x-0 y))) (exp (gen) y) (exp (gen) (mul w x-0 x-0)) n (enc n (exp (gen) (mul w x-0 x-0 y))) (exp (gen) (mul w x-0 y)) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul w x-0 x-0))) (y y)) resp ((n n) (h (exp (gen) (mul w x-0 y))) (x x-0)) init plaindh 134
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 y))) (x x-0))
  (defstrand resp 4 (n n) (h (exp (gen) (mul w x-0 x-0))) (y y))
  (deflistener (cat (exp (gen) x) (mul (rec x) w x-0 x-0)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x-0) (mul w y)))
  (deflistener y)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (absent (y (exp (gen) (mul w x-0 x-0))))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (added-listener y) (mul w y) (4 0))
  (label 134)
  (parent 94)
  (unrealized (1 0) (2 0) (5 0))
  (comment "empty cohort"))

Item 135, Parent: 95.

y y (cat (exp (gen) x-0) (mul w y)) (cat (exp (gen) x-0) (mul w y)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x w)) (cat (exp (gen) x-0) (mul x w)) n (enc n (exp (gen) (mul x w x-0 y))) (exp (gen) y) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0 y))) (exp (gen) (mul w x-0 y)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul x w x-0))) (y y)) resp ((n n) (h (exp (gen) (mul w x-0 y))) (x x)) init plaindh 135
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w x-0))) (y y))
  (deflistener (cat (exp (gen) x-0) (mul x w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-0) (mul w y)))
  (deflistener y)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (absent (y (exp (gen) (mul x w x-0))))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (added-listener y) (mul w y) (4 0))
  (label 135)
  (parent 95)
  (unrealized (1 0) (2 0) (5 0))
  (comment "empty cohort"))

Item 136, Parent: 96.

y y (exp (gen) x-1) (cat (exp (gen) x-1) (mul w y)) (cat (exp (gen) x-1) (mul w y)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w x-1)) (cat (exp (gen) x-0) (mul x (rec x-0) w x-1)) n (enc n (exp (gen) (mul x w x-1 y))) (exp (gen) y) (exp (gen) (mul x w x-1)) n (enc n (exp (gen) (mul x w x-1 y))) (exp (gen) (mul w x-1 y)) (exp (gen) x) ((x x-1)) init ((x x-0)) init ((n n) (h (exp (gen) (mul x w x-1))) (y y)) resp ((n n) (h (exp (gen) (mul w x-1 y))) (x x)) init plaindh 136
(defskeleton plaindh
  (vars (n text) (x x-0 expn) (w expr) (x-1 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-1 y))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w x-1))) (y y))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w x-1)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-1) (mul w y)))
  (defstrand init 1 (x x-1))
  (deflistener y)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (6 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((6 1) (4 0)))
  (absent (y (exp (gen) (mul x w x-1))))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 x-1 y)
  (uniq-orig n)
  (operation nonce-test (added-listener y) (mul w y) (4 0))
  (label 136)
  (parent 96)
  (unrealized (1 0) (2 0) (6 0))
  (comment "empty cohort"))

Item 137, Parent: 97.

(cat (exp (gen) y) (mul (rec x) x-0)) (cat (exp (gen) y) (mul (rec x) x-0)) (exp (gen) x-0) (cat (exp (gen) x-0) (one)) (cat (exp (gen) x-0) (one)) n (enc n (exp (gen) (mul y x-0))) (exp (gen) y) (exp (gen) x-0) n (enc n (exp (gen) (mul y x-0))) (exp (gen) (mul y (rec x) x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) x-0)) (y y)) resp ((n n) (h (exp (gen) (mul y (rec x) x-0))) (x x)) init plaindh 137
(defskeleton plaindh
  (vars (n text) (y x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y (rec x) x-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) x-0)) (y y))
  (deflistener (cat (exp (gen) x-0) (one)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) (mul (rec x) x-0)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)))
  (absent (y (exp (gen) x-0)))
  (precur (4 0) (2 0))
  (uniq-gen y x x-0)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-1 x) (x-2 x-0) (w (mul (rec x) x-0))) (one) (2 0))
  (label 137)
  (parent 97)
  (unrealized (0 1) (4 0))
  (comment "empty cohort"))

Item 138, Parent: 97, Child: 197.

(cat (exp (gen) y) (mul w (rec x-0))) (cat (exp (gen) y) (mul w (rec x-0))) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w)) (cat (exp (gen) x) (mul (rec x) w)) n (enc n (exp (gen) (mul w y))) (exp (gen) y) (exp (gen) w) n (enc n (exp (gen) (mul w y))) (exp (gen) (mul w y (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) w)) (y y)) resp ((n n) (h (exp (gen) (mul w y (rec x-0)))) (x x-0)) init plaindh 138
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y (rec x-0)))) (x x-0))
  (defstrand resp 4 (n n) (h (exp (gen) w)) (y y))
  (deflistener (cat (exp (gen) x) (mul (rec x) w)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) y) (mul w (rec x-0))))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)))
  (absent (x-0 (mul (rec x) w)) (y (exp (gen) w)))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-absence x-0 (mul (rec x) w))
    (mul (rec x) w) (2 0))
  (label 138)
  (parent 97)
  (unrealized (0 1) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 139, Parent: 97, Child: 198.

(cat (exp (gen) y) (mul w x-0)) (cat (exp (gen) y) (mul w x-0)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x w)) (cat (exp (gen) x-0) (mul x w)) n (enc n (exp (gen) (mul x w y x-0))) (exp (gen) y) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w y x-0))) (exp (gen) (mul w y x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul x w x-0))) (y y)) resp ((n n) (h (exp (gen) (mul w y x-0))) (x x)) init plaindh 139
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y x-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w x-0))) (y y))
  (deflistener (cat (exp (gen) x-0) (mul x w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) (mul w x-0)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)))
  (absent (x-0 (mul x w)) (y (exp (gen) (mul x w x-0))))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-absence x-0 (mul x w)) (mul x w) (2 0))
  (label 139)
  (parent 97)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 140, Parent: 98.

y-0 y-0 (exp (gen) y) h (cat (exp (gen) y) (mul w y-0)) (cat (exp (gen) y) (mul w y-0)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w y)) (cat (exp (gen) x-0) (mul x (rec x-0) w y)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) y-0) (exp (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) (mul w y y-0)) (exp (gen) x) ((h h) (y y)) resp ((x x-0)) init ((n n) (h (exp (gen) (mul x w y))) (y y-0)) resp ((n n) (h (exp (gen) (mul w y y-0))) (x x)) init plaindh 140
(defskeleton plaindh
  (vars (n text) (h base) (x x-0 expn) (w expr) (y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w y))) (y y-0))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w y)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) (mul w y-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener y-0)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (6 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((6 1) (4 0)))
  (absent (y h) (y-0 (exp (gen) (mul x w y))))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y y-0)
  (uniq-orig n)
  (operation nonce-test (added-listener y-0) (mul w y-0) (4 0))
  (label 140)
  (parent 98)
  (unrealized (1 0) (2 0) (6 0))
  (comment "empty cohort"))

Item 141, Parent: 99.

y-0 y-0 (cat (gen) (mul w y-0)) (cat (gen) (mul w y-0)) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w)) (cat (exp (gen) y) (mul x (rec y) w)) n (enc n (exp (gen) (mul x w y-0))) (exp (gen) y-0) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w y-0))) (exp (gen) (mul w y-0)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul x w))) (y y-0)) resp ((n n) (h (exp (gen) (mul w y-0))) (x x)) init plaindh 141
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr) (y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w))) (y y-0))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (gen) (mul w y-0)))
  (deflistener y-0)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (absent (y h) (y-0 (exp (gen) (mul x w))))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-listener y-0) (mul w y-0) (4 0))
  (label 141)
  (parent 99)
  (unrealized (2 0) (5 0))
  (comment "empty cohort"))

Item 142, Parent: 100.

y-0 y-0 (cat (exp (gen) x) (mul w y-0)) (cat (exp (gen) x) (mul w y-0)) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w x x)) (cat (exp (gen) y) (mul (rec y) w x x)) n (enc n (exp (gen) (mul w x x y-0))) (exp (gen) y-0) (exp (gen) (mul w x x)) n (enc n (exp (gen) (mul w x x y-0))) (exp (gen) (mul w x y-0)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w x x))) (y y-0)) resp ((n n) (h (exp (gen) (mul w x y-0))) (x x)) init plaindh 142
(defskeleton plaindh
  (vars (n text) (h base) (y expn) (w expr) (x y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul w x x))) (y y-0))
  (deflistener (cat (exp (gen) y) (mul (rec y) w x x)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x) (mul w y-0)))
  (deflistener y-0)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (absent (y h) (y-0 (exp (gen) (mul w x x))))
  (precur (4 0) (2 0))
  (uniq-gen y x y-0)
  (uniq-orig n)
  (operation nonce-test (added-listener y-0) (mul w y-0) (4 0))
  (label 142)
  (parent 100)
  (unrealized (1 0) (2 0) (5 0))
  (comment "empty cohort"))

Item 143, Parent: 101.

y-0 y-0 (exp (gen) x-0) (cat (exp (gen) x-0) (mul w y-0)) (cat (exp (gen) x-0) (mul w y-0)) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w x-0)) (cat (exp (gen) y) (mul x (rec y) w x-0)) n (enc n (exp (gen) (mul x w x-0 y-0))) (exp (gen) y-0) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0 y-0))) (exp (gen) (mul w x-0 y-0)) (exp (gen) x) ((x x-0)) init ((h h) (y y)) resp ((n n) (h (exp (gen) (mul x w x-0))) (y y-0)) resp ((n n) (h (exp (gen) (mul w x-0 y-0))) (x x)) init plaindh 143
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr) (x-0 y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w x-0))) (y y-0))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w x-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x-0) (mul w y-0)))
  (defstrand init 1 (x x-0))
  (deflistener y-0)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (6 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((6 1) (4 0)))
  (absent (y h) (y-0 (exp (gen) (mul x w x-0))))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0 y-0)
  (uniq-orig n)
  (operation nonce-test (added-listener y-0) (mul w y-0) (4 0))
  (label 143)
  (parent 101)
  (unrealized (1 0) (2 0) (6 0))
  (comment "empty cohort"))

Item 144, Parent: 102.

(cat (exp (gen) y) (mul (rec x) y-0)) (cat (exp (gen) y) (mul (rec x) y-0)) (exp (gen) y-0) h (cat (exp (gen) y-0) (one)) (cat (exp (gen) y-0) (one)) n (enc n (exp (gen) (mul y y-0))) (exp (gen) y) (exp (gen) y-0) n (enc n (exp (gen) (mul y y-0))) (exp (gen) (mul y (rec x) y-0)) (exp (gen) x) ((h h) (y y-0)) resp ((n n) (h (exp (gen) y-0)) (y y)) resp ((n n) (h (exp (gen) (mul y (rec x) y-0))) (x x)) init plaindh 144
(defskeleton plaindh
  (vars (n text) (h base) (y x y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y (rec x) y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) y-0)) (y y))
  (deflistener (cat (exp (gen) y-0) (one)))
  (defstrand resp 2 (h h) (y y-0))
  (deflistener (cat (exp (gen) y) (mul (rec x) y-0)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)))
  (absent (y (exp (gen) y-0)) (y-0 h))
  (precur (4 0) (2 0))
  (uniq-gen y x y-0)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-0 x) (y-1 y-0) (w (mul (rec x) y-0))) (one) (2 0))
  (label 144)
  (parent 102)
  (unrealized (0 1) (4 0))
  (comment "empty cohort"))

Item 145, Parent: 102, Child: 199.

(cat (exp (gen) y-0) (mul w (rec x))) (cat (exp (gen) y-0) (mul w (rec x))) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w)) (cat (exp (gen) y) (mul (rec y) w)) n (enc n (exp (gen) (mul w y-0))) (exp (gen) y-0) (exp (gen) w) n (enc n (exp (gen) (mul w y-0))) (exp (gen) (mul w y-0 (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) w)) (y y-0)) resp ((n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) init plaindh 145
(defskeleton plaindh
  (vars (n text) (h base) (y expn) (w expr) (y-0 x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) w)) (y y-0))
  (deflistener (cat (exp (gen) y) (mul (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) (mul w (rec x))))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)))
  (absent (x (mul (rec y) w)) (y-0 (exp (gen) w)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen y y-0 x)
  (uniq-orig n)
  (operation nonce-test (added-absence x (mul (rec y) w))
    (mul (rec y) w) (2 0))
  (label 145)
  (parent 102)
  (unrealized (0 1) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 146, Parent: 102, Child: 200.

(cat (exp (gen) y) (mul w y-0)) (cat (exp (gen) y) (mul w y-0)) (exp (gen) y-0) h (cat (exp (gen) y-0) (mul x w)) (cat (exp (gen) y-0) (mul x w)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) y) (exp (gen) (mul x w y-0)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) (mul w y y-0)) (exp (gen) x) ((h h) (y y-0)) resp ((n n) (h (exp (gen) (mul x w y-0))) (y y)) resp ((n n) (h (exp (gen) (mul w y y-0))) (x x)) init plaindh 146
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w y-0))) (y y))
  (deflistener (cat (exp (gen) y-0) (mul x w)))
  (defstrand resp 2 (h h) (y y-0))
  (deflistener (cat (exp (gen) y) (mul w y-0)))
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)))
  (absent (y-0 (mul x w)) (y (exp (gen) (mul x w y-0))) (y-0 h))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-absence y-0 (mul x w)) (mul x w) (2 0))
  (label 146)
  (parent 102)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 147, Parent: 103.

y-0 y-0 (cat (exp (gen) y) (mul w y-0)) (cat (exp (gen) y) (mul w y-0)) (exp (gen) y) h (cat (exp (gen) y) (mul x w)) (cat (exp (gen) y) (mul x w)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) y-0) (exp (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) (mul w y y-0)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul x w y))) (y y-0)) resp ((n n) (h (exp (gen) (mul w y y-0))) (x x)) init plaindh 147
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w y))) (y y-0))
  (deflistener (cat (exp (gen) y) (mul x w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y) (mul w y-0)))
  (deflistener y-0)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (5 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (absent (y h) (y-0 (exp (gen) (mul x w y))))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-listener y-0) (mul w y-0) (4 0))
  (label 147)
  (parent 103)
  (unrealized (1 0) (2 0) (5 0))
  (comment "empty cohort"))

Item 148, Parent: 104.

y-1 y-1 (exp (gen) y-0) h-0 (cat (exp (gen) y-0) (mul w y-1)) (cat (exp (gen) y-0) (mul w y-1)) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w y-0)) (cat (exp (gen) y) (mul x (rec y) w y-0)) n (enc n (exp (gen) (mul x w y-0 y-1))) (exp (gen) y-1) (exp (gen) (mul x w y-0)) n (enc n (exp (gen) (mul x w y-0 y-1))) (exp (gen) (mul w y-0 y-1)) (exp (gen) x) ((h h-0) (y y-0)) resp ((h h) (y y)) resp ((n n) (h (exp (gen) (mul x w y-0))) (y y-1)) resp ((n n) (h (exp (gen) (mul w y-0 y-1))) (x x)) init plaindh 148
(defskeleton plaindh
  (vars (n text) (h h-0 base) (x y expn) (w expr) (y-0 y-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y-0 y-1))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w y-0))) (y y-1))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w y-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) (mul w y-1)))
  (defstrand resp 2 (h h-0) (y y-0))
  (deflistener y-1)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (6 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((6 1) (4 0)))
  (absent (y-0 h-0) (y h) (y-1 (exp (gen) (mul x w y-0))))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0 y-1)
  (uniq-orig n)
  (operation nonce-test (added-listener y-1) (mul w y-1) (4 0))
  (label 148)
  (parent 104)
  (unrealized (1 0) (2 0) (6 0))
  (comment "empty cohort"))

Item 149, Parent: 110, Child: 201.

(cat (gen) (rec x)) (cat (gen) (rec x)) (cat (gen) (one)) (cat (gen) (one)) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 149
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (gen) (one)))
  (deflistener (cat (gen) (rec x)))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (3 0) (2 0))
  (operation nonce-test (contracted (x-0 x) (w (rec x))) (one) (2 0))
  (label 149)
  (parent 110)
  (unrealized (0 1) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 150, Parent: 110, Child: 202.

(cat (gen) (mul w (rec x))) (cat (gen) (mul w (rec x))) (cat (gen) w) (cat (gen) w) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul w (rec x))) (exp (gen) x) ((n n) (h (exp (gen) (mul w (rec x)))) (x x)) init plaindh 150
(defskeleton plaindh
  (vars (n text) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w (rec x)))) (x x))
  (deflistener (exp (gen) w))
  (deflistener (cat (gen) w))
  (deflistener (cat (gen) (mul w (rec x))))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (3 0) (2 0))
  (absent (x w))
  (operation nonce-test (added-absence x w) w (2 0))
  (label 150)
  (parent 110)
  (unrealized (0 1) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 151, Parent: 110.

x x (cat (gen) w) (cat (gen) w) (cat (gen) (mul x w)) (cat (gen) (mul x w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((n n) (h (exp (gen) w)) (x x)) init plaindh 151
(defskeleton plaindh
  (vars (n text) (x expn) (w expr))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (gen) (mul x w)))
  (deflistener (cat (gen) w))
  (deflistener x)
  (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 1) (2 0)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (3 0) (2 0))
  (operation nonce-test (added-listener x) (mul x w) (2 0))
  (label 151)
  (parent 110)
  (unrealized (4 0))
  (comment "empty cohort"))

Item 152, Parent: 111, Child: 203.

(cat (exp (gen) x) (mul (rec x) (rec x))) (cat (exp (gen) x) (mul (rec x) (rec x))) (cat (gen) (one)) (cat (gen) (one)) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 152
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (gen) (one)))
  (deflistener (cat (exp (gen) x) (mul (rec x) (rec x))))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)))
  (precur (3 0) (2 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation nonce-test (contracted (w (mul (rec x) (rec x))) (x-0 x))
    (one) (2 0))
  (label 152)
  (parent 111)
  (unrealized (0 1) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 153, Parent: 111, Child: 204.

(cat (exp (gen) x) (mul w (rec x) (rec x))) (cat (exp (gen) x) (mul w (rec x) (rec x))) (cat (gen) w) (cat (gen) w) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul w (rec x))) (exp (gen) x) ((n n) (h (exp (gen) (mul w (rec x)))) (x x)) init plaindh 153
(defskeleton plaindh
  (vars (n text) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w (rec x)))) (x x))
  (deflistener (exp (gen) w))
  (deflistener (cat (gen) w))
  (deflistener (cat (exp (gen) x) (mul w (rec x) (rec x))))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)))
  (precur (3 0) (2 0))
  (uniq-gen x)
  (uniq-orig n)
  (absent (x w))
  (operation nonce-test (added-absence x w) w (2 0))
  (label 153)
  (parent 111)
  (unrealized (0 1) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 154, Parent: 111.

x x (cat (exp (gen) x) w) (cat (exp (gen) x) w) (cat (gen) (mul w x x)) (cat (gen) (mul w x x)) (exp (gen) (mul w x x)) (exp (gen) (mul w x x)) n (enc n (exp (gen) (mul w x x))) (exp (gen) (mul w x)) (exp (gen) x) ((n n) (h (exp (gen) (mul w x))) (x x)) init plaindh 154
(defskeleton plaindh
  (vars (n text) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x))) (x x))
  (deflistener (exp (gen) (mul w x x)))
  (deflistener (cat (gen) (mul w x x)))
  (deflistener (cat (exp (gen) x) w))
  (deflistener x)
  (precedes ((0 0) (3 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 1) (2 0)))
  (precur (3 0) (2 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul w x x) (2 0))
  (label 154)
  (parent 111)
  (unrealized (4 0))
  (comment "empty cohort"))

Item 155, Parent: 112.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul (rec x) (rec x-0))) (cat (exp (gen) x-0) (mul (rec x) (rec x-0))) (cat (gen) (one)) (cat (gen) (one)) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 155
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (gen) (one)))
  (deflistener (cat (exp (gen) x-0) (mul (rec x) (rec x-0))))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 0) (2 0)) ((4 0) (3 0)))
  (precur (3 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-1 x) (w (mul (rec x) (rec x-0))) (x-2 x-0)) (one)
    (2 0))
  (label 155)
  (parent 112)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 156, Parent: 112, Child: 205.

(exp (gen) x) (cat (exp (gen) x) (mul w (rec x-0))) (cat (exp (gen) x) (mul w (rec x-0))) (cat (gen) (mul w x)) (cat (gen) (mul w x)) (exp (gen) (mul w x)) (exp (gen) (mul w x)) n (enc n (exp (gen) (mul w x))) (exp (gen) (mul w x (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) init plaindh 156
(defskeleton plaindh
  (vars (n text) (w expr) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0))
  (deflistener (exp (gen) (mul w x)))
  (deflistener (cat (gen) (mul w x)))
  (deflistener (cat (exp (gen) x) (mul w (rec x-0))))
  (defstrand init 1 (x x))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 0) (2 0)) ((4 0) (3 0)))
  (precur (3 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 (mul w x)))
  (operation nonce-test (added-absence x-0 (mul w x)) (mul w x) (2 0))
  (label 156)
  (parent 112)
  (unrealized (0 1) (2 0) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 157, Parent: 112, Child: 206.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul w (rec x-0))) (cat (exp (gen) x-0) (mul w (rec x-0))) (cat (gen) (mul x w)) (cat (gen) (mul x w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) w)) (x x)) init plaindh 157
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (gen) (mul x w)))
  (deflistener (cat (exp (gen) x-0) (mul w (rec x-0))))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 0) (2 0)) ((4 0) (3 0)))
  (precur (3 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 (mul x w)))
  (operation nonce-test (added-absence x-0 (mul x w)) (mul x w) (2 0))
  (label 157)
  (parent 112)
  (unrealized (2 0) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 158, Parent: 113.

(exp (gen) y) h (cat (exp (gen) y) (mul (rec x) (rec y))) (cat (exp (gen) y) (mul (rec x) (rec y))) (cat (gen) (one)) (cat (gen) (one)) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 158
(defskeleton plaindh
  (vars (n text) (h base) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (gen) (one)))
  (deflistener (cat (exp (gen) y) (mul (rec x) (rec y))))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 1) (2 0)) ((4 1) (3 0)))
  (absent (y h))
  (precur (3 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-0 x) (w (mul (rec x) (rec y))) (y-0 y)) (one) (2 0))
  (label 158)
  (parent 113)
  (unrealized (0 1) (3 0))
  (comment "empty cohort"))

Item 159, Parent: 113, Child: 207.

(exp (gen) y) h (cat (exp (gen) y) (mul w (rec x))) (cat (exp (gen) y) (mul w (rec x))) (cat (gen) (mul w y)) (cat (gen) (mul w y)) (exp (gen) (mul w y)) (exp (gen) (mul w y)) n (enc n (exp (gen) (mul w y))) (exp (gen) (mul w y (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w y (rec x)))) (x x)) init plaindh 159
(defskeleton plaindh
  (vars (n text) (h base) (w expr) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y (rec x)))) (x x))
  (deflistener (exp (gen) (mul w y)))
  (deflistener (cat (gen) (mul w y)))
  (deflistener (cat (exp (gen) y) (mul w (rec x))))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 1) (2 0)) ((4 1) (3 0)))
  (absent (x (mul w y)) (y h))
  (precur (3 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (added-absence x (mul w y)) (mul w y) (2 0))
  (label 159)
  (parent 113)
  (unrealized (0 1) (2 0) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 160, Parent: 113, Child: 208.

(exp (gen) y) h (cat (exp (gen) y) (mul w (rec y))) (cat (exp (gen) y) (mul w (rec y))) (cat (gen) (mul x w)) (cat (gen) (mul x w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) w)) (x x)) init plaindh 160
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (gen) (mul x w)))
  (deflistener (cat (exp (gen) y) (mul w (rec y))))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 1) (2 0)) ((4 1) (3 0)))
  (absent (y (mul x w)) (y h))
  (precur (3 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-absence y (mul x w)) (mul x w) (2 0))
  (label 160)
  (parent 113)
  (unrealized (2 0) (3 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 161, Parent: 115.

(cat (gen) (mul (rec x) x-0)) (cat (gen) (mul (rec x) x-0)) (exp (gen) x-0) (cat (exp (gen) x-0) (one)) (cat (exp (gen) x-0) (one)) (exp (gen) x-0) (exp (gen) x-0) n (enc n (exp (gen) x-0)) (exp (gen) (mul (rec x) x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) init plaindh 161
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x))
  (deflistener (exp (gen) x-0))
  (deflistener (cat (exp (gen) x-0) (one)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (gen) (mul (rec x) x-0)))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-1 x) (x-2 x-0) (w (mul (rec x) x-0))) (one) (2 0))
  (label 161)
  (parent 115)
  (unrealized (0 1) (4 0))
  (comment "empty cohort"))

Item 162, Parent: 115, Child: 209.

(cat (gen) (mul w (rec x-0))) (cat (gen) (mul w (rec x-0))) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w)) (cat (exp (gen) x) (mul (rec x) w)) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul w (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul w (rec x-0)))) (x x-0)) init plaindh 162
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w (rec x-0)))) (x x-0))
  (deflistener (exp (gen) w))
  (deflistener (cat (exp (gen) x) (mul (rec x) w)))
  (defstrand init 1 (x x))
  (deflistener (cat (gen) (mul w (rec x-0))))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 (mul (rec x) w)))
  (operation nonce-test (added-absence x-0 (mul (rec x) w))
    (mul (rec x) w) (2 0))
  (label 162)
  (parent 115)
  (unrealized (0 1) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 163, Parent: 115, Child: 210.

(cat (gen) (mul w x-0)) (cat (gen) (mul w x-0)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x w)) (cat (exp (gen) x-0) (mul x w)) (exp (gen) (mul x w x-0)) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0))) (exp (gen) (mul w x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul w x-0))) (x x)) init plaindh 163
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0))) (x x))
  (deflistener (exp (gen) (mul x w x-0)))
  (deflistener (cat (exp (gen) x-0) (mul x w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (gen) (mul w x-0)))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 (mul x w)))
  (operation nonce-test (added-absence x-0 (mul x w)) (mul x w) (2 0))
  (label 163)
  (parent 115)
  (unrealized (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 164, Parent: 116.

(cat (exp (gen) x-0) (mul x (rec x-0) (rec x-0))) (cat (exp (gen) x-0) (mul x (rec x-0) (rec x-0))) (exp (gen) x) (cat (exp (gen) x) (one)) (cat (exp (gen) x) (one)) (exp (gen) x) (exp (gen) x) n (enc n (exp (gen) x)) (exp (gen) (mul x (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0)) init plaindh 164
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0))
  (deflistener (exp (gen) x))
  (deflistener (cat (exp (gen) x) (one)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) (rec x-0))))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-1 x) (w (mul x (rec x-0) (rec x-0))) (x-2 x-0)) (one)
    (2 0))
  (label 164)
  (parent 116)
  (unrealized (0 1) (4 0))
  (comment "empty cohort"))

Item 165, Parent: 116, Child: 211.

(cat (exp (gen) x) (mul w x-0)) (cat (exp (gen) x) (mul w x-0)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul w x x)) (cat (exp (gen) x-0) (mul w x x)) (exp (gen) (mul w x x x-0)) (exp (gen) (mul w x x x-0)) n (enc n (exp (gen) (mul w x x x-0))) (exp (gen) (mul w x x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul w x x-0))) (x x)) init plaindh 165
(defskeleton plaindh
  (vars (n text) (w expr) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x x-0))) (x x))
  (deflistener (exp (gen) (mul w x x x-0)))
  (deflistener (cat (exp (gen) x-0) (mul w x x)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x) (mul w x-0)))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 (mul w x x)))
  (operation nonce-test (added-absence x-0 (mul w x x)) (mul w x x)
    (2 0))
  (label 165)
  (parent 116)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 166, Parent: 116, Child: 212.

(cat (exp (gen) x-0) (mul w (rec x-0) (rec x-0))) (cat (exp (gen) x-0) (mul w (rec x-0) (rec x-0))) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w)) (cat (exp (gen) x) (mul (rec x) w)) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul w (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul w (rec x-0)))) (x x-0)) init plaindh 166
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w (rec x-0)))) (x x-0))
  (deflistener (exp (gen) w))
  (deflistener (cat (exp (gen) x) (mul (rec x) w)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x-0) (mul w (rec x-0) (rec x-0))))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 (mul (rec x) w)))
  (operation nonce-test (added-absence x-0 (mul (rec x) w))
    (mul (rec x) w) (2 0))
  (label 166)
  (parent 116)
  (unrealized (0 1) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 167, Parent: 117, Child: 213.

(cat (exp (gen) x) (rec x-0)) (cat (exp (gen) x) (rec x-0)) (exp (gen) x) (cat (exp (gen) x) (one)) (cat (exp (gen) x) (one)) (exp (gen) x) (exp (gen) x) n (enc n (exp (gen) x)) (exp (gen) (mul x (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0)) init plaindh 167
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0))
  (deflistener (exp (gen) x))
  (deflistener (cat (exp (gen) x) (one)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x) (rec x-0)))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (contracted (x-1 x-0) (w (rec x-0))) (one)
    (2 0))
  (label 167)
  (parent 117)
  (unrealized (0 1) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 168, Parent: 117, Child: 214.

(cat (exp (gen) x) (mul w (rec x-0))) (cat (exp (gen) x) (mul w (rec x-0))) (exp (gen) x) (cat (exp (gen) x) w) (cat (exp (gen) x) w) (exp (gen) (mul w x)) (exp (gen) (mul w x)) n (enc n (exp (gen) (mul w x))) (exp (gen) (mul w x (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) init plaindh 168
(defskeleton plaindh
  (vars (n text) (w expr) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0))
  (deflistener (exp (gen) (mul w x)))
  (deflistener (cat (exp (gen) x) w))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x) (mul w (rec x-0))))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 w))
  (operation nonce-test (added-absence x-0 w) w (2 0))
  (label 168)
  (parent 117)
  (unrealized (0 1) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 169, Parent: 117.

x x (cat (exp (gen) x-0) w) (cat (exp (gen) x-0) w) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x w)) (cat (exp (gen) x-0) (mul x w)) (exp (gen) (mul x w x-0)) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0))) (exp (gen) (mul w x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul w x-0))) (x x)) init plaindh 169
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0))) (x x))
  (deflistener (exp (gen) (mul x w x-0)))
  (deflistener (cat (exp (gen) x-0) (mul x w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-0) w))
  (deflistener x)
  (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 1) (2 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul x w) (2 0))
  (label 169)
  (parent 117)
  (unrealized (5 0))
  (comment "empty cohort"))

Item 170, Parent: 118.

(exp (gen) x-1) (cat (exp (gen) x-1) (mul (rec x) x-0 (rec x-1))) (cat (exp (gen) x-1) (mul (rec x) x-0 (rec x-1))) (exp (gen) x-0) (cat (exp (gen) x-0) (one)) (cat (exp (gen) x-0) (one)) (exp (gen) x-0) (exp (gen) x-0) n (enc n (exp (gen) x-0)) (exp (gen) (mul (rec x) x-0)) (exp (gen) x) ((x x-1)) init ((x x-0)) init ((n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) init plaindh 170
(defskeleton plaindh
  (vars (n text) (x x-0 x-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x))
  (deflistener (exp (gen) x-0))
  (deflistener (cat (exp (gen) x-0) (one)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-1) (mul (rec x) x-0 (rec x-1))))
  (defstrand init 1 (x x-1))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 x-1)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-2 x) (x-3 x-0) (w (mul (rec x) x-0 (rec x-1)))
      (x-4 x-1)) (one) (2 0))
  (label 170)
  (parent 118)
  (unrealized (0 1) (4 0))
  (comment "empty cohort"))

Item 171, Parent: 118, Child: 215.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul w (rec x-1))) (cat (exp (gen) x-0) (mul w (rec x-1))) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w x-0)) (cat (exp (gen) x) (mul (rec x) w x-0)) (exp (gen) (mul w x-0)) (exp (gen) (mul w x-0)) n (enc n (exp (gen) (mul w x-0))) (exp (gen) (mul w x-0 (rec x-1))) (exp (gen) x-1) ((x x-0)) init ((x x)) init ((n n) (h (exp (gen) (mul w x-0 (rec x-1)))) (x x-1)) init plaindh 171
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 x-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 (rec x-1)))) (x x-1))
  (deflistener (exp (gen) (mul w x-0)))
  (deflistener (cat (exp (gen) x) (mul (rec x) w x-0)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x-0) (mul w (rec x-1))))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 x-1)
  (uniq-orig n)
  (absent (x-1 (mul (rec x) w x-0)))
  (operation nonce-test (added-absence x-1 (mul (rec x) w x-0))
    (mul (rec x) w x-0) (2 0))
  (label 171)
  (parent 118)
  (unrealized (0 1) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 172, Parent: 118, Child: 216.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul w x-1)) (cat (exp (gen) x-0) (mul w x-1)) (exp (gen) x-1) (cat (exp (gen) x-1) (mul x w x-0)) (cat (exp (gen) x-1) (mul x w x-0)) (exp (gen) (mul x w x-0 x-1)) (exp (gen) (mul x w x-0 x-1)) n (enc n (exp (gen) (mul x w x-0 x-1))) (exp (gen) (mul w x-0 x-1)) (exp (gen) x) ((x x-0)) init ((x x-1)) init ((n n) (h (exp (gen) (mul w x-0 x-1))) (x x)) init plaindh 172
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 x-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 x-1))) (x x))
  (deflistener (exp (gen) (mul x w x-0 x-1)))
  (deflistener (cat (exp (gen) x-1) (mul x w x-0)))
  (defstrand init 1 (x x-1))
  (deflistener (cat (exp (gen) x-0) (mul w x-1)))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 x-1)
  (uniq-orig n)
  (absent (x-1 (mul x w x-0)))
  (operation nonce-test (added-absence x-1 (mul x w x-0)) (mul x w x-0)
    (2 0))
  (label 172)
  (parent 118)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 173, Parent: 118, Child: 217.

(exp (gen) x-1) (cat (exp (gen) x-1) (mul w (rec x-1))) (cat (exp (gen) x-1) (mul w (rec x-1))) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((x x-1)) init ((x x-0)) init ((n n) (h (exp (gen) w)) (x x)) init plaindh 173
(defskeleton plaindh
  (vars (n text) (x x-0 expn) (w expr) (x-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-1) (mul w (rec x-1))))
  (defstrand init 1 (x x-1))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 x-1)
  (uniq-orig n)
  (absent (x-1 (mul x (rec x-0) w)))
  (operation nonce-test (added-absence x-1 (mul x (rec x-0) w))
    (mul x (rec x-0) w) (2 0))
  (label 173)
  (parent 118)
  (unrealized (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 174, Parent: 119.

(exp (gen) y) h (cat (exp (gen) y) (mul (rec x) x-0 (rec y))) (cat (exp (gen) y) (mul (rec x) x-0 (rec y))) (exp (gen) x-0) (cat (exp (gen) x-0) (one)) (cat (exp (gen) x-0) (one)) (exp (gen) x-0) (exp (gen) x-0) n (enc n (exp (gen) x-0)) (exp (gen) (mul (rec x) x-0)) (exp (gen) x) ((h h) (y y)) resp ((x x-0)) init ((n n) (h (exp (gen) (mul (rec x) x-0))) (x x)) init plaindh 174
(defskeleton plaindh
  (vars (n text) (h base) (x x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) x-0))) (x x))
  (deflistener (exp (gen) x-0))
  (deflistener (cat (exp (gen) x-0) (one)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) (mul (rec x) x-0 (rec y))))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-1 x) (x-2 x-0) (w (mul (rec x) x-0 (rec y))) (y-0 y))
    (one) (2 0))
  (label 174)
  (parent 119)
  (unrealized (0 1) (4 0))
  (comment "empty cohort"))

Item 175, Parent: 119, Child: 218.

(exp (gen) y) h (cat (exp (gen) y) (mul w (rec x-0))) (cat (exp (gen) y) (mul w (rec x-0))) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w y)) (cat (exp (gen) x) (mul (rec x) w y)) (exp (gen) (mul w y)) (exp (gen) (mul w y)) n (enc n (exp (gen) (mul w y))) (exp (gen) (mul w y (rec x-0))) (exp (gen) x-0) ((h h) (y y)) resp ((x x)) init ((n n) (h (exp (gen) (mul w y (rec x-0)))) (x x-0)) init plaindh 175
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y (rec x-0)))) (x x-0))
  (deflistener (exp (gen) (mul w y)))
  (deflistener (cat (exp (gen) x) (mul (rec x) w y)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) y) (mul w (rec x-0))))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)))
  (absent (x-0 (mul (rec x) w y)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-absence x-0 (mul (rec x) w y))
    (mul (rec x) w y) (2 0))
  (label 175)
  (parent 119)
  (unrealized (0 1) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 176, Parent: 119, Child: 219.

(exp (gen) y) h (cat (exp (gen) y) (mul w x-0)) (cat (exp (gen) y) (mul w x-0)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x w y)) (cat (exp (gen) x-0) (mul x w y)) (exp (gen) (mul x w y x-0)) (exp (gen) (mul x w y x-0)) n (enc n (exp (gen) (mul x w y x-0))) (exp (gen) (mul w y x-0)) (exp (gen) x) ((h h) (y y)) resp ((x x-0)) init ((n n) (h (exp (gen) (mul w y x-0))) (x x)) init plaindh 176
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y x-0))) (x x))
  (deflistener (exp (gen) (mul x w y x-0)))
  (deflistener (cat (exp (gen) x-0) (mul x w y)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) (mul w x-0)))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)))
  (absent (x-0 (mul x w y)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-absence x-0 (mul x w y)) (mul x w y)
    (2 0))
  (label 176)
  (parent 119)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 177, Parent: 119, Child: 220.

(exp (gen) y) h (cat (exp (gen) y) (mul w (rec y))) (cat (exp (gen) y) (mul w (rec y))) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((h h) (y y)) resp ((x x-0)) init ((n n) (h (exp (gen) w)) (x x)) init plaindh 177
(defskeleton plaindh
  (vars (n text) (h base) (x x-0 expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) (mul w (rec y))))
  (defstrand resp 2 (h h) (y y))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)))
  (absent (y (mul x (rec x-0) w)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (added-absence y (mul x (rec x-0) w))
    (mul x (rec x-0) w) (2 0))
  (label 177)
  (parent 119)
  (unrealized (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 178, Parent: 120.

(cat (gen) (mul (rec x) y)) (cat (gen) (mul (rec x) y)) (exp (gen) y) h (cat (exp (gen) y) (one)) (cat (exp (gen) y) (one)) (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 178
(defskeleton plaindh
  (vars (n text) (h base) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (deflistener (exp (gen) y))
  (deflistener (cat (exp (gen) y) (one)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (gen) (mul (rec x) y)))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (contracted (x-0 x) (y-0 y) (w (mul (rec x) y)))
    (one) (2 0))
  (label 178)
  (parent 120)
  (unrealized (0 1) (4 0))
  (comment "empty cohort"))

Item 179, Parent: 120, Child: 221.

(cat (gen) (mul w (rec x))) (cat (gen) (mul w (rec x))) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w)) (cat (exp (gen) y) (mul (rec y) w)) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul w (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w (rec x)))) (x x)) init plaindh 179
(defskeleton plaindh
  (vars (n text) (h base) (y expn) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w (rec x)))) (x x))
  (deflistener (exp (gen) w))
  (deflistener (cat (exp (gen) y) (mul (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (gen) (mul w (rec x))))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)))
  (absent (x (mul (rec y) w)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (added-absence x (mul (rec y) w))
    (mul (rec y) w) (2 0))
  (label 179)
  (parent 120)
  (unrealized (0 1) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 180, Parent: 120, Child: 222.

(cat (gen) (mul w y)) (cat (gen) (mul w y)) (exp (gen) y) h (cat (exp (gen) y) (mul x w)) (cat (exp (gen) y) (mul x w)) (exp (gen) (mul x w y)) (exp (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 180
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (deflistener (exp (gen) (mul x w y)))
  (deflistener (cat (exp (gen) y) (mul x w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (gen) (mul w y)))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)))
  (absent (y (mul x w)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-absence y (mul x w)) (mul x w) (2 0))
  (label 180)
  (parent 120)
  (unrealized (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 181, Parent: 121.

(cat (exp (gen) x) (mul y (rec x) (rec x))) (cat (exp (gen) x) (mul y (rec x) (rec x))) (exp (gen) y) h (cat (exp (gen) y) (one)) (cat (exp (gen) y) (one)) (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul y (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul y (rec x)))) (x x)) init plaindh 181
(defskeleton plaindh
  (vars (n text) (h base) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y (rec x)))) (x x))
  (deflistener (exp (gen) y))
  (deflistener (cat (exp (gen) y) (one)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x) (mul y (rec x) (rec x))))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test
    (contracted (y-0 y) (w (mul y (rec x) (rec x))) (x-0 x)) (one)
    (2 0))
  (label 181)
  (parent 121)
  (unrealized (0 1) (4 0))
  (comment "empty cohort"))

Item 182, Parent: 121, Child: 223.

(cat (exp (gen) x) (mul w y)) (cat (exp (gen) x) (mul w y)) (exp (gen) y) h (cat (exp (gen) y) (mul w x x)) (cat (exp (gen) y) (mul w x x)) (exp (gen) (mul w x x y)) (exp (gen) (mul w x x y)) n (enc n (exp (gen) (mul w x x y))) (exp (gen) (mul w x y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w x y))) (x x)) init plaindh 182
(defskeleton plaindh
  (vars (n text) (h base) (w expr) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x y))) (x x))
  (deflistener (exp (gen) (mul w x x y)))
  (deflistener (cat (exp (gen) y) (mul w x x)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x) (mul w y)))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)))
  (absent (y (mul w x x)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-absence y (mul w x x)) (mul w x x) (2 0))
  (label 182)
  (parent 121)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 183, Parent: 121, Child: 224.

(cat (exp (gen) x) (mul w (rec x) (rec x))) (cat (exp (gen) x) (mul w (rec x) (rec x))) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w)) (cat (exp (gen) y) (mul (rec y) w)) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul w (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w (rec x)))) (x x)) init plaindh 183
(defskeleton plaindh
  (vars (n text) (h base) (y expn) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w (rec x)))) (x x))
  (deflistener (exp (gen) w))
  (deflistener (cat (exp (gen) y) (mul (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x) (mul w (rec x) (rec x))))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)))
  (absent (x (mul (rec y) w)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (added-absence x (mul (rec y) w))
    (mul (rec y) w) (2 0))
  (label 183)
  (parent 121)
  (unrealized (0 1) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 184, Parent: 122.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul (rec x) y (rec x-0))) (cat (exp (gen) x-0) (mul (rec x) y (rec x-0))) (exp (gen) y) h (cat (exp (gen) y) (one)) (cat (exp (gen) y) (one)) (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((x x-0)) init ((h h) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 184
(defskeleton plaindh
  (vars (n text) (h base) (x y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (deflistener (exp (gen) y))
  (deflistener (cat (exp (gen) y) (one)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x-0) (mul (rec x) y (rec x-0))))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-1 x) (y-0 y) (w (mul (rec x) y (rec x-0))) (x-2 x-0))
    (one) (2 0))
  (label 184)
  (parent 122)
  (unrealized (0 1) (4 0))
  (comment "empty cohort"))

Item 185, Parent: 122, Child: 225.

(exp (gen) x) (cat (exp (gen) x) (mul w (rec x-0))) (cat (exp (gen) x) (mul w (rec x-0))) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w x)) (cat (exp (gen) y) (mul (rec y) w x)) (exp (gen) (mul w x)) (exp (gen) (mul w x)) n (enc n (exp (gen) (mul w x))) (exp (gen) (mul w x (rec x-0))) (exp (gen) x-0) ((x x)) init ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) init plaindh 185
(defskeleton plaindh
  (vars (n text) (h base) (y expn) (w expr) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0))
  (deflistener (exp (gen) (mul w x)))
  (deflistener (cat (exp (gen) y) (mul (rec y) w x)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x) (mul w (rec x-0))))
  (defstrand init 1 (x x))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)))
  (absent (x-0 (mul (rec y) w x)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen y x x-0)
  (uniq-orig n)
  (operation nonce-test (added-absence x-0 (mul (rec y) w x))
    (mul (rec y) w x) (2 0))
  (label 185)
  (parent 122)
  (unrealized (0 1) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 186, Parent: 122, Child: 226.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul w y)) (cat (exp (gen) x-0) (mul w y)) (exp (gen) y) h (cat (exp (gen) y) (mul x w x-0)) (cat (exp (gen) y) (mul x w x-0)) (exp (gen) (mul x w x-0 y)) (exp (gen) (mul x w x-0 y)) n (enc n (exp (gen) (mul x w x-0 y))) (exp (gen) (mul w x-0 y)) (exp (gen) x) ((x x-0)) init ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w x-0 y))) (x x)) init plaindh 186
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 y))) (x x))
  (deflistener (exp (gen) (mul x w x-0 y)))
  (deflistener (cat (exp (gen) y) (mul x w x-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x-0) (mul w y)))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)))
  (absent (y (mul x w x-0)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (added-absence y (mul x w x-0)) (mul x w x-0)
    (2 0))
  (label 186)
  (parent 122)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 187, Parent: 122, Child: 227.

(exp (gen) x-0) (cat (exp (gen) x-0) (mul w (rec x-0))) (cat (exp (gen) x-0) (mul w (rec x-0))) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w)) (cat (exp (gen) y) (mul x (rec y) w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((x x-0)) init ((h h) (y y)) resp ((n n) (h (exp (gen) w)) (x x)) init plaindh 187
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x-0) (mul w (rec x-0))))
  (defstrand init 1 (x x-0))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)))
  (absent (x-0 (mul x (rec y) w)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-absence x-0 (mul x (rec y) w))
    (mul x (rec y) w) (2 0))
  (label 187)
  (parent 122)
  (unrealized (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 188, Parent: 123, Child: 228.

(cat (exp (gen) y) (rec x)) (cat (exp (gen) y) (rec x)) (exp (gen) y) h (cat (exp (gen) y) (one)) (cat (exp (gen) y) (one)) (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul y (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul y (rec x)))) (x x)) init plaindh 188
(defskeleton plaindh
  (vars (n text) (h base) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y (rec x)))) (x x))
  (deflistener (exp (gen) y))
  (deflistener (cat (exp (gen) y) (one)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y) (rec x)))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (contracted (x-0 x) (w (rec x))) (one) (2 0))
  (label 188)
  (parent 123)
  (unrealized (0 1) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 189, Parent: 123, Child: 229.

(cat (exp (gen) y) (mul w (rec x))) (cat (exp (gen) y) (mul w (rec x))) (exp (gen) y) h (cat (exp (gen) y) w) (cat (exp (gen) y) w) (exp (gen) (mul w y)) (exp (gen) (mul w y)) n (enc n (exp (gen) (mul w y))) (exp (gen) (mul w y (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w y (rec x)))) (x x)) init plaindh 189
(defskeleton plaindh
  (vars (n text) (h base) (w expr) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y (rec x)))) (x x))
  (deflistener (exp (gen) (mul w y)))
  (deflistener (cat (exp (gen) y) w))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y) (mul w (rec x))))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)))
  (absent (x w) (y h))
  (precur (4 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (added-absence x w) w (2 0))
  (label 189)
  (parent 123)
  (unrealized (0 1) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 190, Parent: 123.

x x (cat (exp (gen) y) w) (cat (exp (gen) y) w) (exp (gen) y) h (cat (exp (gen) y) (mul x w)) (cat (exp (gen) y) (mul x w)) (exp (gen) (mul x w y)) (exp (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 190
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (deflistener (exp (gen) (mul x w y)))
  (deflistener (cat (exp (gen) y) (mul x w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y) w))
  (deflistener x)
  (precedes ((0 0) (4 0)) ((0 0) (5 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 1) (2 0)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul x w) (2 0))
  (label 190)
  (parent 123)
  (unrealized (5 0))
  (comment "empty cohort"))

Item 191, Parent: 124.

(exp (gen) y-0) h-0 (cat (exp (gen) y-0) (mul (rec x) y (rec y-0))) (cat (exp (gen) y-0) (mul (rec x) y (rec y-0))) (exp (gen) y) h (cat (exp (gen) y) (one)) (cat (exp (gen) y) (one)) (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul (rec x) y)) (exp (gen) x) ((h h-0) (y y-0)) resp ((h h) (y y)) resp ((n n) (h (exp (gen) (mul (rec x) y))) (x x)) init plaindh 191
(defskeleton plaindh
  (vars (n text) (h h-0 base) (x y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul (rec x) y))) (x x))
  (deflistener (exp (gen) y))
  (deflistener (cat (exp (gen) y) (one)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) (mul (rec x) y (rec y-0))))
  (defstrand resp 2 (h h-0) (y y-0))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)))
  (absent (y-0 h-0) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test
    (contracted (x-0 x) (y-1 y) (w (mul (rec x) y (rec y-0))) (y-2 y-0))
    (one) (2 0))
  (label 191)
  (parent 124)
  (unrealized (0 1) (4 0))
  (comment "empty cohort"))

Item 192, Parent: 124, Child: 230.

(exp (gen) y-0) h-0 (cat (exp (gen) y-0) (mul w (rec x))) (cat (exp (gen) y-0) (mul w (rec x))) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w y-0)) (cat (exp (gen) y) (mul (rec y) w y-0)) (exp (gen) (mul w y-0)) (exp (gen) (mul w y-0)) n (enc n (exp (gen) (mul w y-0))) (exp (gen) (mul w y-0 (rec x))) (exp (gen) x) ((h h-0) (y y-0)) resp ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) init plaindh 192
(defskeleton plaindh
  (vars (n text) (h h-0 base) (y expn) (w expr) (y-0 x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x))
  (deflistener (exp (gen) (mul w y-0)))
  (deflistener (cat (exp (gen) y) (mul (rec y) w y-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) (mul w (rec x))))
  (defstrand resp 2 (h h-0) (y y-0))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)))
  (absent (x (mul (rec y) w y-0)) (y-0 h-0) (y h))
  (precur (4 0) (2 0))
  (uniq-gen y y-0 x)
  (uniq-orig n)
  (operation nonce-test (added-absence x (mul (rec y) w y-0))
    (mul (rec y) w y-0) (2 0))
  (label 192)
  (parent 124)
  (unrealized (0 1) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 193, Parent: 124, Child: 231.

(exp (gen) y) h-0 (cat (exp (gen) y) (mul w y-0)) (cat (exp (gen) y) (mul w y-0)) (exp (gen) y-0) h (cat (exp (gen) y-0) (mul x w y)) (cat (exp (gen) y-0) (mul x w y)) (exp (gen) (mul x w y y-0)) (exp (gen) (mul x w y y-0)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) (mul w y y-0)) (exp (gen) x) ((h h-0) (y y)) resp ((h h) (y y-0)) resp ((n n) (h (exp (gen) (mul w y y-0))) (x x)) init plaindh 193
(defskeleton plaindh
  (vars (n text) (h h-0 base) (x expn) (w expr) (y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y y-0))) (x x))
  (deflistener (exp (gen) (mul x w y y-0)))
  (deflistener (cat (exp (gen) y-0) (mul x w y)))
  (defstrand resp 2 (h h) (y y-0))
  (deflistener (cat (exp (gen) y) (mul w y-0)))
  (defstrand resp 2 (h h-0) (y y))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)))
  (absent (y-0 (mul x w y)) (y h-0) (y-0 h))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-absence y-0 (mul x w y)) (mul x w y)
    (2 0))
  (label 193)
  (parent 124)
  (unrealized (0 1) (1 0) (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 194, Parent: 124, Child: 232.

(exp (gen) y-0) h-0 (cat (exp (gen) y-0) (mul w (rec y-0))) (cat (exp (gen) y-0) (mul w (rec y-0))) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w)) (cat (exp (gen) y) (mul x (rec y) w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((h h-0) (y y-0)) resp ((h h) (y y)) resp ((n n) (h (exp (gen) w)) (x x)) init plaindh 194
(defskeleton plaindh
  (vars (n text) (h h-0 base) (x y expn) (w expr) (y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) (mul w (rec y-0))))
  (defstrand resp 2 (h h-0) (y y-0))
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)))
  (absent (y-0 (mul x (rec y) w)) (y-0 h-0) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-absence y-0 (mul x (rec y) w))
    (mul x (rec y) w) (2 0))
  (label 194)
  (parent 124)
  (unrealized (2 0) (4 0))
  (comment "1 in cohort - 1 not yet seen"))

Item 195, Parent: 128.

x x (cat (exp (gen) y) (rec x)) (cat (exp (gen) y) (rec x)) (cat (gen) (one)) (cat (gen) (one)) n (enc n (exp (gen) y)) (exp (gen) y) (gen) n (enc n (exp (gen) y)) (exp (gen) (mul y (rec x))) (exp (gen) x) ((n n) (h (gen)) (y y)) resp ((n n) (h (exp (gen) (mul y (rec x)))) (x x)) init plaindh 195
(defskeleton plaindh
  (vars (n text) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y (rec x)))) (x x))
  (defstrand resp 4 (n n) (h (gen)) (y y))
  (deflistener (cat (gen) (one)))
  (deflistener (cat (exp (gen) y) (rec x)))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (3 0))
    ((1 3) (0 3)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (3 0)))
  (absent (y (gen)))
  (precur (3 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (rec x) (3 0))
  (label 195)
  (parent 128)
  (unrealized (4 0))
  (comment "empty cohort"))

Item 196, Parent: 129.

x x (cat (exp (gen) y) (mul w (rec x))) (cat (exp (gen) y) (mul w (rec x))) (cat (gen) w) (cat (gen) w) n (enc n (exp (gen) (mul w y))) (exp (gen) y) (exp (gen) w) n (enc n (exp (gen) (mul w y))) (exp (gen) (mul w y (rec x))) (exp (gen) x) ((n n) (h (exp (gen) w)) (y y)) resp ((n n) (h (exp (gen) (mul w y (rec x)))) (x x)) init plaindh 196
(defskeleton plaindh
  (vars (n text) (w expr) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y (rec x)))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) w)) (y y))
  (deflistener (cat (gen) w))
  (deflistener (cat (exp (gen) y) (mul w (rec x))))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((0 2) (1 2)) ((1 1) (3 0))
    ((1 3) (0 3)) ((2 1) (1 0)) ((3 1) (0 1)) ((4 1) (3 0)))
  (absent (x w) (y (exp (gen) w)))
  (precur (3 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul w (rec x)) (3 0))
  (label 196)
  (parent 129)
  (unrealized (4 0))
  (comment "empty cohort"))

Item 197, Parent: 138.

x-0 x-0 (cat (exp (gen) y) (mul w (rec x-0))) (cat (exp (gen) y) (mul w (rec x-0))) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w)) (cat (exp (gen) x) (mul (rec x) w)) n (enc n (exp (gen) (mul w y))) (exp (gen) y) (exp (gen) w) n (enc n (exp (gen) (mul w y))) (exp (gen) (mul w y (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) w)) (y y)) resp ((n n) (h (exp (gen) (mul w y (rec x-0)))) (x x-0)) init plaindh 197
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y (rec x-0)))) (x x-0))
  (defstrand resp 4 (n n) (h (exp (gen) w)) (y y))
  (deflistener (cat (exp (gen) x) (mul (rec x) w)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) y) (mul w (rec x-0))))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (4 0))
    ((1 3) (0 3)) ((2 1) (1 0)) ((3 0) (2 0)) ((4 1) (0 1))
    ((5 1) (4 0)))
  (absent (x-0 (mul (rec x) w)) (y (exp (gen) w)))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (4 0))
  (label 197)
  (parent 138)
  (unrealized (2 0) (5 0))
  (comment "empty cohort"))

Item 198, Parent: 139.

x-0 x-0 (cat (exp (gen) y) (mul w x-0)) (cat (exp (gen) y) (mul w x-0)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x w)) (cat (exp (gen) x-0) (mul x w)) n (enc n (exp (gen) (mul x w y x-0))) (exp (gen) y) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w y x-0))) (exp (gen) (mul w y x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul x w x-0))) (y y)) resp ((n n) (h (exp (gen) (mul w y x-0))) (x x)) init plaindh 198
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y x-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w x-0))) (y y))
  (deflistener (cat (exp (gen) x-0) (mul x w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) (mul w x-0)))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 0) (2 0)) ((3 0) (5 0)) ((4 1) (0 1))
    ((5 1) (4 0)))
  (absent (x-0 (mul x w)) (y (exp (gen) (mul x w x-0))))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-listener x-0) (mul w x-0) (4 0))
  (label 198)
  (parent 139)
  (unrealized (1 0) (2 0) (5 0))
  (comment "empty cohort"))

Item 199, Parent: 145.

x x (cat (exp (gen) y-0) (mul w (rec x))) (cat (exp (gen) y-0) (mul w (rec x))) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w)) (cat (exp (gen) y) (mul (rec y) w)) n (enc n (exp (gen) (mul w y-0))) (exp (gen) y-0) (exp (gen) w) n (enc n (exp (gen) (mul w y-0))) (exp (gen) (mul w y-0 (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) w)) (y y-0)) resp ((n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) init plaindh 199
(defskeleton plaindh
  (vars (n text) (h base) (y expn) (w expr) (y-0 x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) w)) (y y-0))
  (deflistener (cat (exp (gen) y) (mul (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) (mul w (rec x))))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((0 2) (1 2)) ((1 1) (4 0))
    ((1 3) (0 3)) ((2 1) (1 0)) ((3 1) (2 0)) ((4 1) (0 1))
    ((5 1) (4 0)))
  (absent (x (mul (rec y) w)) (y-0 (exp (gen) w)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen y y-0 x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul w (rec x)) (4 0))
  (label 199)
  (parent 145)
  (unrealized (2 0) (5 0))
  (comment "empty cohort"))

Item 200, Parent: 146.

y-0 y-0 (cat (exp (gen) y) (mul w y-0)) (cat (exp (gen) y) (mul w y-0)) (exp (gen) y-0) h (cat (exp (gen) y-0) (mul x w)) (cat (exp (gen) y-0) (mul x w)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) y) (exp (gen) (mul x w y-0)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) (mul w y y-0)) (exp (gen) x) ((h h) (y y-0)) resp ((n n) (h (exp (gen) (mul x w y-0))) (y y)) resp ((n n) (h (exp (gen) (mul w y y-0))) (x x)) init plaindh 200
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y y-0))) (x x))
  (defstrand resp 4 (n n) (h (exp (gen) (mul x w y-0))) (y y))
  (deflistener (cat (exp (gen) y-0) (mul x w)))
  (defstrand resp 2 (h h) (y y-0))
  (deflistener (cat (exp (gen) y) (mul w y-0)))
  (deflistener y-0)
  (precedes ((0 0) (2 0)) ((0 2) (1 2)) ((1 1) (4 0)) ((1 3) (0 3))
    ((2 1) (1 0)) ((3 1) (2 0)) ((3 1) (5 0)) ((4 1) (0 1))
    ((5 1) (4 0)))
  (absent (y-0 (mul x w)) (y (exp (gen) (mul x w y-0))) (y-0 h))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-listener y-0) (mul w y-0) (4 0))
  (label 200)
  (parent 146)
  (unrealized (1 0) (2 0) (5 0))
  (comment "empty cohort"))

Item 201, Parent: 149.

x x (cat (gen) (rec x)) (cat (gen) (rec x)) (cat (gen) (one)) (cat (gen) (one)) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 201
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (gen) (one)))
  (deflistener (cat (gen) (rec x)))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 1) (3 0)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (3 0) (2 0))
  (operation nonce-test (added-listener x) (rec x) (3 0))
  (label 201)
  (parent 149)
  (unrealized (4 0))
  (comment "empty cohort"))

Item 202, Parent: 150.

x x (cat (gen) (mul w (rec x))) (cat (gen) (mul w (rec x))) (cat (gen) w) (cat (gen) w) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul w (rec x))) (exp (gen) x) ((n n) (h (exp (gen) (mul w (rec x)))) (x x)) init plaindh 202
(defskeleton plaindh
  (vars (n text) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w (rec x)))) (x x))
  (deflistener (exp (gen) w))
  (deflistener (cat (gen) w))
  (deflistener (cat (gen) (mul w (rec x))))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 1) (3 0)))
  (uniq-gen x)
  (uniq-orig n)
  (precur (3 0) (2 0))
  (absent (x w))
  (operation nonce-test (added-listener x) (mul w (rec x)) (3 0))
  (label 202)
  (parent 150)
  (unrealized (4 0))
  (comment "empty cohort"))

Item 203, Parent: 152.

x x (cat (exp (gen) x) (mul (rec x) (rec x))) (cat (exp (gen) x) (mul (rec x) (rec x))) (cat (gen) (one)) (cat (gen) (one)) (gen) (gen) n (enc n (gen)) (exp (gen) (rec x)) (exp (gen) x) ((n n) (h (exp (gen) (rec x))) (x x)) init plaindh 203
(defskeleton plaindh
  (vars (n text) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (rec x))) (x x))
  (deflistener (gen))
  (deflistener (cat (gen) (one)))
  (deflistener (cat (exp (gen) x) (mul (rec x) (rec x))))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 1) (3 0)))
  (precur (3 0) (2 0))
  (uniq-gen x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul (rec x) (rec x)) (3 0))
  (label 203)
  (parent 152)
  (unrealized (4 0))
  (comment "empty cohort"))

Item 204, Parent: 153.

x x (cat (exp (gen) x) (mul w (rec x) (rec x))) (cat (exp (gen) x) (mul w (rec x) (rec x))) (cat (gen) w) (cat (gen) w) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul w (rec x))) (exp (gen) x) ((n n) (h (exp (gen) (mul w (rec x)))) (x x)) init plaindh 204
(defskeleton plaindh
  (vars (n text) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w (rec x)))) (x x))
  (deflistener (exp (gen) w))
  (deflistener (cat (gen) w))
  (deflistener (cat (exp (gen) x) (mul w (rec x) (rec x))))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 1) (3 0)))
  (precur (3 0) (2 0))
  (uniq-gen x)
  (uniq-orig n)
  (absent (x w))
  (operation nonce-test (added-listener x) (mul w (rec x) (rec x))
    (3 0))
  (label 204)
  (parent 153)
  (unrealized (4 0))
  (comment "empty cohort"))

Item 205, Parent: 156.

x-0 x-0 (exp (gen) x) (cat (exp (gen) x) (mul w (rec x-0))) (cat (exp (gen) x) (mul w (rec x-0))) (cat (gen) (mul w x)) (cat (gen) (mul w x)) (exp (gen) (mul w x)) (exp (gen) (mul w x)) n (enc n (exp (gen) (mul w x))) (exp (gen) (mul w x (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) init plaindh 205
(defskeleton plaindh
  (vars (n text) (w expr) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0))
  (deflistener (exp (gen) (mul w x)))
  (deflistener (cat (gen) (mul w x)))
  (deflistener (cat (exp (gen) x) (mul w (rec x-0))))
  (defstrand init 1 (x x))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 0) (2 0)) ((4 0) (3 0)) ((5 1) (3 0)))
  (precur (3 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 (mul w x)))
  (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (3 0))
  (label 205)
  (parent 156)
  (unrealized (2 0) (5 0))
  (comment "empty cohort"))

Item 206, Parent: 157.

x-0 x-0 (exp (gen) x-0) (cat (exp (gen) x-0) (mul w (rec x-0))) (cat (exp (gen) x-0) (mul w (rec x-0))) (cat (gen) (mul x w)) (cat (gen) (mul x w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) w)) (x x)) init plaindh 206
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (gen) (mul x w)))
  (deflistener (cat (exp (gen) x-0) (mul w (rec x-0))))
  (defstrand init 1 (x x-0))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 0) (2 0)) ((4 0) (5 0)) ((5 1) (3 0)))
  (precur (3 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 (mul x w)))
  (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (3 0))
  (label 206)
  (parent 157)
  (unrealized (2 0) (5 0))
  (comment "empty cohort"))

Item 207, Parent: 159.

x x (exp (gen) y) h (cat (exp (gen) y) (mul w (rec x))) (cat (exp (gen) y) (mul w (rec x))) (cat (gen) (mul w y)) (cat (gen) (mul w y)) (exp (gen) (mul w y)) (exp (gen) (mul w y)) n (enc n (exp (gen) (mul w y))) (exp (gen) (mul w y (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w y (rec x)))) (x x)) init plaindh 207
(defskeleton plaindh
  (vars (n text) (h base) (w expr) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y (rec x)))) (x x))
  (deflistener (exp (gen) (mul w y)))
  (deflistener (cat (gen) (mul w y)))
  (deflistener (cat (exp (gen) y) (mul w (rec x))))
  (defstrand resp 2 (h h) (y y))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 1) (2 0)) ((4 1) (3 0)) ((5 1) (3 0)))
  (absent (x (mul w y)) (y h))
  (precur (3 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul w (rec x)) (3 0))
  (label 207)
  (parent 159)
  (unrealized (2 0) (5 0))
  (comment "empty cohort"))

Item 208, Parent: 160.

y y (exp (gen) y) h (cat (exp (gen) y) (mul w (rec y))) (cat (exp (gen) y) (mul w (rec y))) (cat (gen) (mul x w)) (cat (gen) (mul x w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) w)) (x x)) init plaindh 208
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (gen) (mul x w)))
  (deflistener (cat (exp (gen) y) (mul w (rec y))))
  (defstrand resp 2 (h h) (y y))
  (deflistener y)
  (precedes ((0 0) (2 0)) ((0 0) (3 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (0 1)) ((4 1) (2 0)) ((4 1) (5 0)) ((5 1) (3 0)))
  (absent (y (mul x w)) (y h))
  (precur (3 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-listener y) (mul w (rec y)) (3 0))
  (label 208)
  (parent 160)
  (unrealized (2 0) (5 0))
  (comment "empty cohort"))

Item 209, Parent: 162.

x-0 x-0 (cat (gen) (mul w (rec x-0))) (cat (gen) (mul w (rec x-0))) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w)) (cat (exp (gen) x) (mul (rec x) w)) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul w (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul w (rec x-0)))) (x x-0)) init plaindh 209
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w (rec x-0)))) (x x-0))
  (deflistener (exp (gen) w))
  (deflistener (cat (exp (gen) x) (mul (rec x) w)))
  (defstrand init 1 (x x))
  (deflistener (cat (gen) (mul w (rec x-0))))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 (mul (rec x) w)))
  (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (4 0))
  (label 209)
  (parent 162)
  (unrealized (2 0) (5 0))
  (comment "empty cohort"))

Item 210, Parent: 163.

x-0 x-0 (cat (gen) (mul w x-0)) (cat (gen) (mul w x-0)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x w)) (cat (exp (gen) x-0) (mul x w)) (exp (gen) (mul x w x-0)) (exp (gen) (mul x w x-0)) n (enc n (exp (gen) (mul x w x-0))) (exp (gen) (mul w x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul w x-0))) (x x)) init plaindh 210
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0))) (x x))
  (deflistener (exp (gen) (mul x w x-0)))
  (deflistener (cat (exp (gen) x-0) (mul x w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (gen) (mul w x-0)))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (5 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 (mul x w)))
  (operation nonce-test (added-listener x-0) (mul w x-0) (4 0))
  (label 210)
  (parent 163)
  (unrealized (1 0) (2 0) (5 0))
  (comment "empty cohort"))

Item 211, Parent: 165.

x-0 x-0 (cat (exp (gen) x) (mul w x-0)) (cat (exp (gen) x) (mul w x-0)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul w x x)) (cat (exp (gen) x-0) (mul w x x)) (exp (gen) (mul w x x x-0)) (exp (gen) (mul w x x x-0)) n (enc n (exp (gen) (mul w x x x-0))) (exp (gen) (mul w x x-0)) (exp (gen) x) ((x x-0)) init ((n n) (h (exp (gen) (mul w x x-0))) (x x)) init plaindh 211
(defskeleton plaindh
  (vars (n text) (w expr) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x x-0))) (x x))
  (deflistener (exp (gen) (mul w x x x-0)))
  (deflistener (cat (exp (gen) x-0) (mul w x x)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x) (mul w x-0)))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (5 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 (mul w x x)))
  (operation nonce-test (added-listener x-0) (mul w x-0) (4 0))
  (label 211)
  (parent 165)
  (unrealized (1 0) (2 0) (5 0))
  (comment "empty cohort"))

Item 212, Parent: 166.

x-0 x-0 (cat (exp (gen) x-0) (mul w (rec x-0) (rec x-0))) (cat (exp (gen) x-0) (mul w (rec x-0) (rec x-0))) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w)) (cat (exp (gen) x) (mul (rec x) w)) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul w (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul w (rec x-0)))) (x x-0)) init plaindh 212
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w (rec x-0)))) (x x-0))
  (deflistener (exp (gen) w))
  (deflistener (cat (exp (gen) x) (mul (rec x) w)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x-0) (mul w (rec x-0) (rec x-0))))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 (mul (rec x) w)))
  (operation nonce-test (added-listener x-0) (mul w (rec x-0) (rec x-0))
    (4 0))
  (label 212)
  (parent 166)
  (unrealized (2 0) (5 0))
  (comment "empty cohort"))

Item 213, Parent: 167.

x-0 x-0 (cat (exp (gen) x) (rec x-0)) (cat (exp (gen) x) (rec x-0)) (exp (gen) x) (cat (exp (gen) x) (one)) (cat (exp (gen) x) (one)) (exp (gen) x) (exp (gen) x) n (enc n (exp (gen) x)) (exp (gen) (mul x (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0)) init plaindh 213
(defskeleton plaindh
  (vars (n text) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul x (rec x-0)))) (x x-0))
  (deflistener (exp (gen) x))
  (deflistener (cat (exp (gen) x) (one)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x) (rec x-0)))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (operation nonce-test (added-listener x-0) (rec x-0) (4 0))
  (label 213)
  (parent 167)
  (unrealized (5 0))
  (comment "empty cohort"))

Item 214, Parent: 168.

x-0 x-0 (cat (exp (gen) x) (mul w (rec x-0))) (cat (exp (gen) x) (mul w (rec x-0))) (exp (gen) x) (cat (exp (gen) x) w) (cat (exp (gen) x) w) (exp (gen) (mul w x)) (exp (gen) (mul w x)) n (enc n (exp (gen) (mul w x))) (exp (gen) (mul w x (rec x-0))) (exp (gen) x-0) ((x x)) init ((n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) init plaindh 214
(defskeleton plaindh
  (vars (n text) (w expr) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0))
  (deflistener (exp (gen) (mul w x)))
  (deflistener (cat (exp (gen) x) w))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x) (mul w (rec x-0))))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0)
  (uniq-orig n)
  (absent (x-0 w))
  (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (4 0))
  (label 214)
  (parent 168)
  (unrealized (5 0))
  (comment "empty cohort"))

Item 215, Parent: 171.

x-1 x-1 (exp (gen) x-0) (cat (exp (gen) x-0) (mul w (rec x-1))) (cat (exp (gen) x-0) (mul w (rec x-1))) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w x-0)) (cat (exp (gen) x) (mul (rec x) w x-0)) (exp (gen) (mul w x-0)) (exp (gen) (mul w x-0)) n (enc n (exp (gen) (mul w x-0))) (exp (gen) (mul w x-0 (rec x-1))) (exp (gen) x-1) ((x x-0)) init ((x x)) init ((n n) (h (exp (gen) (mul w x-0 (rec x-1)))) (x x-1)) init plaindh 215
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 x-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 (rec x-1)))) (x x-1))
  (deflistener (exp (gen) (mul w x-0)))
  (deflistener (cat (exp (gen) x) (mul (rec x) w x-0)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) x-0) (mul w (rec x-1))))
  (defstrand init 1 (x x-0))
  (deflistener x-1)
  (precedes ((0 0) (2 0)) ((0 0) (6 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)) ((6 1) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 x-1)
  (uniq-orig n)
  (absent (x-1 (mul (rec x) w x-0)))
  (operation nonce-test (added-listener x-1) (mul w (rec x-1)) (4 0))
  (label 215)
  (parent 171)
  (unrealized (2 0) (6 0))
  (comment "empty cohort"))

Item 216, Parent: 172.

x-1 x-1 (exp (gen) x-0) (cat (exp (gen) x-0) (mul w x-1)) (cat (exp (gen) x-0) (mul w x-1)) (exp (gen) x-1) (cat (exp (gen) x-1) (mul x w x-0)) (cat (exp (gen) x-1) (mul x w x-0)) (exp (gen) (mul x w x-0 x-1)) (exp (gen) (mul x w x-0 x-1)) n (enc n (exp (gen) (mul x w x-0 x-1))) (exp (gen) (mul w x-0 x-1)) (exp (gen) x) ((x x-0)) init ((x x-1)) init ((n n) (h (exp (gen) (mul w x-0 x-1))) (x x)) init plaindh 216
(defskeleton plaindh
  (vars (n text) (x expn) (w expr) (x-0 x-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 x-1))) (x x))
  (deflistener (exp (gen) (mul x w x-0 x-1)))
  (deflistener (cat (exp (gen) x-1) (mul x w x-0)))
  (defstrand init 1 (x x-1))
  (deflistener (cat (exp (gen) x-0) (mul w x-1)))
  (defstrand init 1 (x x-0))
  (deflistener x-1)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (6 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)) ((6 1) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 x-1)
  (uniq-orig n)
  (absent (x-1 (mul x w x-0)))
  (operation nonce-test (added-listener x-1) (mul w x-1) (4 0))
  (label 216)
  (parent 172)
  (unrealized (1 0) (2 0) (6 0))
  (comment "empty cohort"))

Item 217, Parent: 173.

x-1 x-1 (exp (gen) x-1) (cat (exp (gen) x-1) (mul w (rec x-1))) (cat (exp (gen) x-1) (mul w (rec x-1))) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((x x-1)) init ((x x-0)) init ((n n) (h (exp (gen) w)) (x x)) init plaindh 217
(defskeleton plaindh
  (vars (n text) (x x-0 expn) (w expr) (x-1 expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) x-1) (mul w (rec x-1))))
  (defstrand init 1 (x x-1))
  (deflistener x-1)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (6 0)) ((6 1) (4 0)))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 x-1)
  (uniq-orig n)
  (absent (x-1 (mul x (rec x-0) w)))
  (operation nonce-test (added-listener x-1) (mul w (rec x-1)) (4 0))
  (label 217)
  (parent 173)
  (unrealized (2 0) (6 0))
  (comment "empty cohort"))

Item 218, Parent: 175.

x-0 x-0 (exp (gen) y) h (cat (exp (gen) y) (mul w (rec x-0))) (cat (exp (gen) y) (mul w (rec x-0))) (exp (gen) x) (cat (exp (gen) x) (mul (rec x) w y)) (cat (exp (gen) x) (mul (rec x) w y)) (exp (gen) (mul w y)) (exp (gen) (mul w y)) n (enc n (exp (gen) (mul w y))) (exp (gen) (mul w y (rec x-0))) (exp (gen) x-0) ((h h) (y y)) resp ((x x)) init ((n n) (h (exp (gen) (mul w y (rec x-0)))) (x x-0)) init plaindh 218
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y (rec x-0)))) (x x-0))
  (deflistener (exp (gen) (mul w y)))
  (deflistener (cat (exp (gen) x) (mul (rec x) w y)))
  (defstrand init 1 (x x))
  (deflistener (cat (exp (gen) y) (mul w (rec x-0))))
  (defstrand resp 2 (h h) (y y))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (6 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)) ((6 1) (4 0)))
  (absent (x-0 (mul (rec x) w y)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (4 0))
  (label 218)
  (parent 175)
  (unrealized (2 0) (6 0))
  (comment "empty cohort"))

Item 219, Parent: 176.

x-0 x-0 (exp (gen) y) h (cat (exp (gen) y) (mul w x-0)) (cat (exp (gen) y) (mul w x-0)) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x w y)) (cat (exp (gen) x-0) (mul x w y)) (exp (gen) (mul x w y x-0)) (exp (gen) (mul x w y x-0)) n (enc n (exp (gen) (mul x w y x-0))) (exp (gen) (mul w y x-0)) (exp (gen) x) ((h h) (y y)) resp ((x x-0)) init ((n n) (h (exp (gen) (mul w y x-0))) (x x)) init plaindh 219
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y x-0))) (x x))
  (deflistener (exp (gen) (mul x w y x-0)))
  (deflistener (cat (exp (gen) x-0) (mul x w y)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) (mul w x-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (6 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)) ((6 1) (4 0)))
  (absent (x-0 (mul x w y)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-listener x-0) (mul w x-0) (4 0))
  (label 219)
  (parent 176)
  (unrealized (1 0) (2 0) (6 0))
  (comment "empty cohort"))

Item 220, Parent: 177.

y y (exp (gen) y) h (cat (exp (gen) y) (mul w (rec y))) (cat (exp (gen) y) (mul w (rec y))) (exp (gen) x-0) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (cat (exp (gen) x-0) (mul x (rec x-0) w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((h h) (y y)) resp ((x x-0)) init ((n n) (h (exp (gen) w)) (x x)) init plaindh 220
(defskeleton plaindh
  (vars (n text) (h base) (x x-0 expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (exp (gen) x-0) (mul x (rec x-0) w)))
  (defstrand init 1 (x x-0))
  (deflistener (cat (exp (gen) y) (mul w (rec y))))
  (defstrand resp 2 (h h) (y y))
  (deflistener y)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 0) (2 0)) ((3 0) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (6 0)) ((6 1) (4 0)))
  (absent (y (mul x (rec x-0) w)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (added-listener y) (mul w (rec y)) (4 0))
  (label 220)
  (parent 177)
  (unrealized (2 0) (6 0))
  (comment "empty cohort"))

Item 221, Parent: 179.

x x (cat (gen) (mul w (rec x))) (cat (gen) (mul w (rec x))) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w)) (cat (exp (gen) y) (mul (rec y) w)) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul w (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w (rec x)))) (x x)) init plaindh 221
(defskeleton plaindh
  (vars (n text) (h base) (y expn) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w (rec x)))) (x x))
  (deflistener (exp (gen) w))
  (deflistener (cat (exp (gen) y) (mul (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (gen) (mul w (rec x))))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (absent (x (mul (rec y) w)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul w (rec x)) (4 0))
  (label 221)
  (parent 179)
  (unrealized (2 0) (5 0))
  (comment "empty cohort"))

Item 222, Parent: 180.

y y (cat (gen) (mul w y)) (cat (gen) (mul w y)) (exp (gen) y) h (cat (exp (gen) y) (mul x w)) (cat (exp (gen) y) (mul x w)) (exp (gen) (mul x w y)) (exp (gen) (mul x w y)) n (enc n (exp (gen) (mul x w y))) (exp (gen) (mul w y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w y))) (x x)) init plaindh 222
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y))) (x x))
  (deflistener (exp (gen) (mul x w y)))
  (deflistener (cat (exp (gen) y) (mul x w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (gen) (mul w y)))
  (deflistener y)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (5 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (absent (y (mul x w)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-listener y) (mul w y) (4 0))
  (label 222)
  (parent 180)
  (unrealized (1 0) (2 0) (5 0))
  (comment "empty cohort"))

Item 223, Parent: 182.

y y (cat (exp (gen) x) (mul w y)) (cat (exp (gen) x) (mul w y)) (exp (gen) y) h (cat (exp (gen) y) (mul w x x)) (cat (exp (gen) y) (mul w x x)) (exp (gen) (mul w x x y)) (exp (gen) (mul w x x y)) n (enc n (exp (gen) (mul w x x y))) (exp (gen) (mul w x y)) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w x y))) (x x)) init plaindh 223
(defskeleton plaindh
  (vars (n text) (h base) (w expr) (x y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x y))) (x x))
  (deflistener (exp (gen) (mul w x x y)))
  (deflistener (cat (exp (gen) y) (mul w x x)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x) (mul w y)))
  (deflistener y)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (5 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (absent (y (mul w x x)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y)
  (uniq-orig n)
  (operation nonce-test (added-listener y) (mul w y) (4 0))
  (label 223)
  (parent 182)
  (unrealized (1 0) (2 0) (5 0))
  (comment "empty cohort"))

Item 224, Parent: 183.

x x (cat (exp (gen) x) (mul w (rec x) (rec x))) (cat (exp (gen) x) (mul w (rec x) (rec x))) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w)) (cat (exp (gen) y) (mul (rec y) w)) (exp (gen) w) (exp (gen) w) n (enc n (exp (gen) w)) (exp (gen) (mul w (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w (rec x)))) (x x)) init plaindh 224
(defskeleton plaindh
  (vars (n text) (h base) (y expn) (w expr) (x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w (rec x)))) (x x))
  (deflistener (exp (gen) w))
  (deflistener (cat (exp (gen) y) (mul (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x) (mul w (rec x) (rec x))))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (absent (x (mul (rec y) w)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul w (rec x) (rec x))
    (4 0))
  (label 224)
  (parent 183)
  (unrealized (2 0) (5 0))
  (comment "empty cohort"))

Item 225, Parent: 185.

x-0 x-0 (exp (gen) x) (cat (exp (gen) x) (mul w (rec x-0))) (cat (exp (gen) x) (mul w (rec x-0))) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w x)) (cat (exp (gen) y) (mul (rec y) w x)) (exp (gen) (mul w x)) (exp (gen) (mul w x)) n (enc n (exp (gen) (mul w x))) (exp (gen) (mul w x (rec x-0))) (exp (gen) x-0) ((x x)) init ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0)) init plaindh 225
(defskeleton plaindh
  (vars (n text) (h base) (y expn) (w expr) (x x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x (rec x-0)))) (x x-0))
  (deflistener (exp (gen) (mul w x)))
  (deflistener (cat (exp (gen) y) (mul (rec y) w x)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x) (mul w (rec x-0))))
  (defstrand init 1 (x x))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (6 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)) ((6 1) (4 0)))
  (absent (x-0 (mul (rec y) w x)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen y x x-0)
  (uniq-orig n)
  (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (4 0))
  (label 225)
  (parent 185)
  (unrealized (2 0) (6 0))
  (comment "empty cohort"))

Item 226, Parent: 186.

y y (exp (gen) x-0) (cat (exp (gen) x-0) (mul w y)) (cat (exp (gen) x-0) (mul w y)) (exp (gen) y) h (cat (exp (gen) y) (mul x w x-0)) (cat (exp (gen) y) (mul x w x-0)) (exp (gen) (mul x w x-0 y)) (exp (gen) (mul x w x-0 y)) n (enc n (exp (gen) (mul x w x-0 y))) (exp (gen) (mul w x-0 y)) (exp (gen) x) ((x x-0)) init ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w x-0 y))) (x x)) init plaindh 226
(defskeleton plaindh
  (vars (n text) (h base) (x expn) (w expr) (x-0 y expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w x-0 y))) (x x))
  (deflistener (exp (gen) (mul x w x-0 y)))
  (deflistener (cat (exp (gen) y) (mul x w x-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x-0) (mul w y)))
  (defstrand init 1 (x x-0))
  (deflistener y)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (6 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (4 0)) ((6 1) (4 0)))
  (absent (y (mul x w x-0)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x x-0 y)
  (uniq-orig n)
  (operation nonce-test (added-listener y) (mul w y) (4 0))
  (label 226)
  (parent 186)
  (unrealized (1 0) (2 0) (6 0))
  (comment "empty cohort"))

Item 227, Parent: 187.

x-0 x-0 (exp (gen) x-0) (cat (exp (gen) x-0) (mul w (rec x-0))) (cat (exp (gen) x-0) (mul w (rec x-0))) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w)) (cat (exp (gen) y) (mul x (rec y) w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((x x-0)) init ((h h) (y y)) resp ((n n) (h (exp (gen) w)) (x x)) init plaindh 227
(defskeleton plaindh
  (vars (n text) (h base) (x y expn) (w expr) (x-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) x-0) (mul w (rec x-0))))
  (defstrand init 1 (x x-0))
  (deflistener x-0)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 0) (2 0))
    ((5 0) (6 0)) ((6 1) (4 0)))
  (absent (x-0 (mul x (rec y) w)) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y x-0)
  (uniq-orig n)
  (operation nonce-test (added-listener x-0) (mul w (rec x-0)) (4 0))
  (label 227)
  (parent 187)
  (unrealized (2 0) (6 0))
  (comment "empty cohort"))

Item 228, Parent: 188.

x x (cat (exp (gen) y) (rec x)) (cat (exp (gen) y) (rec x)) (exp (gen) y) h (cat (exp (gen) y) (one)) (cat (exp (gen) y) (one)) (exp (gen) y) (exp (gen) y) n (enc n (exp (gen) y)) (exp (gen) (mul y (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul y (rec x)))) (x x)) init plaindh 228
(defskeleton plaindh
  (vars (n text) (h base) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul y (rec x)))) (x x))
  (deflistener (exp (gen) y))
  (deflistener (cat (exp (gen) y) (one)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y) (rec x)))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (absent (y h))
  (precur (4 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (rec x) (4 0))
  (label 228)
  (parent 188)
  (unrealized (5 0))
  (comment "empty cohort"))

Item 229, Parent: 189.

x x (cat (exp (gen) y) (mul w (rec x))) (cat (exp (gen) y) (mul w (rec x))) (exp (gen) y) h (cat (exp (gen) y) w) (cat (exp (gen) y) w) (exp (gen) (mul w y)) (exp (gen) (mul w y)) n (enc n (exp (gen) (mul w y))) (exp (gen) (mul w y (rec x))) (exp (gen) x) ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w y (rec x)))) (x x)) init plaindh 229
(defskeleton plaindh
  (vars (n text) (h base) (w expr) (y x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y (rec x)))) (x x))
  (deflistener (exp (gen) (mul w y)))
  (deflistener (cat (exp (gen) y) w))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y) (mul w (rec x))))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (5 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 1) (4 0)))
  (absent (x w) (y h))
  (precur (4 0) (2 0))
  (uniq-gen y x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul w (rec x)) (4 0))
  (label 229)
  (parent 189)
  (unrealized (5 0))
  (comment "empty cohort"))

Item 230, Parent: 192.

x x (exp (gen) y-0) h-0 (cat (exp (gen) y-0) (mul w (rec x))) (cat (exp (gen) y-0) (mul w (rec x))) (exp (gen) y) h (cat (exp (gen) y) (mul (rec y) w y-0)) (cat (exp (gen) y) (mul (rec y) w y-0)) (exp (gen) (mul w y-0)) (exp (gen) (mul w y-0)) n (enc n (exp (gen) (mul w y-0))) (exp (gen) (mul w y-0 (rec x))) (exp (gen) x) ((h h-0) (y y-0)) resp ((h h) (y y)) resp ((n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x)) init plaindh 230
(defskeleton plaindh
  (vars (n text) (h h-0 base) (y expn) (w expr) (y-0 x expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y-0 (rec x)))) (x x))
  (deflistener (exp (gen) (mul w y-0)))
  (deflistener (cat (exp (gen) y) (mul (rec y) w y-0)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) (mul w (rec x))))
  (defstrand resp 2 (h h-0) (y y-0))
  (deflistener x)
  (precedes ((0 0) (2 0)) ((0 0) (6 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)) ((6 1) (4 0)))
  (absent (x (mul (rec y) w y-0)) (y-0 h-0) (y h))
  (precur (4 0) (2 0))
  (uniq-gen y y-0 x)
  (uniq-orig n)
  (operation nonce-test (added-listener x) (mul w (rec x)) (4 0))
  (label 230)
  (parent 192)
  (unrealized (2 0) (6 0))
  (comment "empty cohort"))

Item 231, Parent: 193.

y-0 y-0 (exp (gen) y) h-0 (cat (exp (gen) y) (mul w y-0)) (cat (exp (gen) y) (mul w y-0)) (exp (gen) y-0) h (cat (exp (gen) y-0) (mul x w y)) (cat (exp (gen) y-0) (mul x w y)) (exp (gen) (mul x w y y-0)) (exp (gen) (mul x w y y-0)) n (enc n (exp (gen) (mul x w y y-0))) (exp (gen) (mul w y y-0)) (exp (gen) x) ((h h-0) (y y)) resp ((h h) (y y-0)) resp ((n n) (h (exp (gen) (mul w y y-0))) (x x)) init plaindh 231
(defskeleton plaindh
  (vars (n text) (h h-0 base) (x expn) (w expr) (y y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) (mul w y y-0))) (x x))
  (deflistener (exp (gen) (mul x w y y-0)))
  (deflistener (cat (exp (gen) y-0) (mul x w y)))
  (defstrand resp 2 (h h) (y y-0))
  (deflistener (cat (exp (gen) y) (mul w y-0)))
  (defstrand resp 2 (h h-0) (y y))
  (deflistener y-0)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (6 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (4 0)) ((6 1) (4 0)))
  (absent (y-0 (mul x w y)) (y h-0) (y-0 h))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-listener y-0) (mul w y-0) (4 0))
  (label 231)
  (parent 193)
  (unrealized (1 0) (2 0) (6 0))
  (comment "empty cohort"))

Item 232, Parent: 194.

y-0 y-0 (exp (gen) y-0) h-0 (cat (exp (gen) y-0) (mul w (rec y-0))) (cat (exp (gen) y-0) (mul w (rec y-0))) (exp (gen) y) h (cat (exp (gen) y) (mul x (rec y) w)) (cat (exp (gen) y) (mul x (rec y) w)) (exp (gen) (mul x w)) (exp (gen) (mul x w)) n (enc n (exp (gen) (mul x w))) (exp (gen) w) (exp (gen) x) ((h h-0) (y y-0)) resp ((h h) (y y)) resp ((n n) (h (exp (gen) w)) (x x)) init plaindh 232
(defskeleton plaindh
  (vars (n text) (h h-0 base) (x y expn) (w expr) (y-0 expn))
  (defstrand init 4 (n n) (h (exp (gen) w)) (x x))
  (deflistener (exp (gen) (mul x w)))
  (deflistener (cat (exp (gen) y) (mul x (rec y) w)))
  (defstrand resp 2 (h h) (y y))
  (deflistener (cat (exp (gen) y-0) (mul w (rec y-0))))
  (defstrand resp 2 (h h-0) (y y-0))
  (deflistener y-0)
  (precedes ((0 0) (2 0)) ((0 0) (4 0)) ((1 1) (0 3)) ((2 1) (1 0))
    ((3 1) (2 0)) ((3 1) (4 0)) ((4 1) (0 1)) ((5 1) (2 0))
    ((5 1) (6 0)) ((6 1) (4 0)))
  (absent (y-0 (mul x (rec y) w)) (y-0 h-0) (y h))
  (precur (4 0) (2 0))
  (uniq-gen x y y-0)
  (uniq-orig n)
  (operation nonce-test (added-listener y-0) (mul w (rec y-0)) (4 0))
  (label 232)
  (parent 194)
  (unrealized (2 0) (6 0))
  (comment "empty cohort"))