X-Git-Url: http://git.nguyen.vg/gitweb/?p=tatoo.git;a=blobdiff_plain;f=src%2Fauto%2Feval.ml;h=80df253b47a3b173b787d5c8bd5677ce8470fb3c;hp=f3b81cbde3561a322cebac445238689437f326a8;hb=deb657ae0bc7163a0108e9e63d10921416063294;hpb=249bd234500a64919cf00f4a59ab4927a068d689 diff --git a/src/auto/eval.ml b/src/auto/eval.ml index f3b81cb..80df253 100644 --- a/src/auto/eval.ml +++ b/src/auto/eval.ml @@ -14,7 +14,7 @@ (***********************************************************************) (* - Time-stamp: + Time-stamp: *) INCLUDE "utils.ml" @@ -50,9 +50,9 @@ module Make (T : Tree.Sig.S) = struct let states0 = get cache tree node in let tag = T.tag tree node in let trans0 = Ata.get_trans auto auto.Ata.states tag in - let parent_states = (*if parent == T.nil then auto.Ata.top_states else*) get cache tree parent in - let fc_states = (*if fc == T.nil then auto.Ata.bottom_states else*) get cache tree fc in - let ns_states = (*if ns == T.nil then auto.Ata.bottom_states else*) get cache tree ns in + let parent_states = if parent == T.nil then auto.Ata.top_states else get cache tree parent in + let fc_states = if fc == T.nil then auto.Ata.bottom_states else get cache tree fc in + let ns_states = if ns == T.nil then auto.Ata.bottom_states else get cache tree ns in let is_root = parent == T.nil in let ctx0 = if is_left then