Searched defs:pred (Results 1 - 25 of 43) sorted by relevance

12

/seL4-l4v-master/HOL4/examples/l3-machine-code/lib/
H A DNat.sig31 val pred: nat -> nat value
H A DNat.sml54 fun pred n = n - one function
/seL4-l4v-master/HOL4/src/pred_set/Manual/
H A Ddescription.tex[all...]
/seL4-l4v-master/HOL4/src/pred_set/src/
H A DPSet_ind.sml66 val pred = mk_abs(sv,subst [s |-> sv] conc) value
/seL4-l4v-master/HOL4/examples/dev/sw/
H A Dgr-sig.sml79 val pred : node * ('a,'b) graph -> node list value
122 val pred : node * 'a graph -> node list value
H A Dgr_t.sml133 fun pred _ = raise NotImplemented function
197 fun pred g = map p2 (p2 (bwd g)) function
273 fun pred g = p2 (bwd g) function
[all...]
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.1/
H A Dgr-sig.sml79 val pred : node * ('a,'b) graph -> node list value
122 val pred : node * 'a graph -> node list value
H A Dgr_t.sml133 fun pred _ = raise NotImplemented function
197 fun pred g = map p2 (p2 (bwd g)) function
273 fun pred g = p2 (bwd g) function
[all...]
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.2/util/
H A Dgr-sig.sml79 val pred : node * ('a,'b) graph -> node list value
122 val pred : node * 'a graph -> node list value
H A Dgr_t.sml133 fun pred _ = raise NotImplemented function
197 fun pred g = map p2 (p2 (bwd g)) function
273 fun pred g = p2 (bwd g) function
[all...]
/seL4-l4v-master/HOL4/src/0/
H A DNet.sml185 fun pred (x,_) = (x=label) function
/seL4-l4v-master/HOL4/src/1/
H A DHo_Rewrite.sig39 type pred = term -> bool type
H A DRewrite.sig52 type pred = term -> bool type
H A DRewrite.sml20 type pred = term -> bool type
H A DHo_Rewrite.sml17 type pred = term -> bool; type
233 val (pred,(th,beta_fn)) = op_assoc aconv pat ass_list value
/seL4-l4v-master/HOL4/src/datatype/
H A Dind_typeScript.sml183 let val (pred, witness) = dest_comb(concl thm) value
/seL4-l4v-master/HOL4/src/experimental-kernel/
H A DNet.sml182 fun pred (x,_) = (x=label) function
/seL4-l4v-master/HOL4/src/parse/
H A DFCNet.sml173 fun pred (x,_) = (x=label) function
/seL4-l4v-master/isabelle/src/Tools/Metis/src/
H A DProof.sml112 fun pred (_,(th',_)) = LiteralSet.equal (Thm.clause th') cl function
/seL4-l4v-master/l4v/isabelle/src/Tools/Metis/src/
H A DProof.sml112 fun pred (_,(th',_)) = LiteralSet.equal (Thm.clause th') cl function
/seL4-l4v-master/HOL4/src/metis/
H A DmlibModel.sml69 fun pred x = case pred1 x of NONE => pred2 x | sb => sb function
97 fun pred ("<>",[m,n]) = SOME (m = n) function
129 fun pred ("<=",[m,n]) = SOME (m <= n) function
158 fun pred ("<=",[m,n]) = SOME (m <= n) function
188 fun pred ("in",[_,n]) = function
[all...]
/seL4-l4v-master/HOL4/polyml/basis/
H A DStringSignatures.sml31 val pred : char -> char value
/seL4-l4v-master/HOL4/examples/AI_tasks/
H A DmleDiophProve.sml22 val pred = mk_var ("p",``:num -> bool``) value
/seL4-l4v-master/HOL4/src/num/
H A DnumLib.sml92 val pred = rand lc value
/seL4-l4v-master/HOL4/src/res_quan/src/
H A Dres_quanLib.sml103 val (pred,v) = dest_comb ante value

Completed in 134 milliseconds

12