Advertisement
Guest User

lilleJonas

a guest
Oct 31st, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. where
  2. aandb = (trace "aandb" (findAB di fi)) -- Step a
  3. nextTi = (trace "nextTi" (makeBranch aandb)) -- Step b
  4. nextFi = (trace "nextFi" (newFi aandb nextTi di fi)) -- Step c --PRINT fi
  5. nextDi = (trace "nextDi" (newDi aandb nextTi di fi)) -- Sted d --PRINT di
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement