Searched defs:lhs (Results 1 - 25 of 82) sorted by relevance

1234

/seL4-l4v-master/HOL4/src/q/
H A DOldAbbrevTactics.sml12 val (lhs,rhs) = dest_eq (Parse.parse_in_context ctxt q) value
/seL4-l4v-master/HOL4/src/num/arith/src/
H A DPrenex.sml57 (let val (lhs,rhs) = dest_eq tm value
/seL4-l4v-master/HOL4/src/tfl/src/
H A DRules.sml21 val (lhs,rhs) = dest_eq(concl th) value
/seL4-l4v-master/HOL4/src/compute/src/
H A Dcompute_rules.sml109 let val (lhs,rhs) = dest_eq (concl thm) value
/seL4-l4v-master/HOL4/src/parse/
H A DPreterm.sig23 val lhs : preterm -> preterm value
/seL4-l4v-master/HOL4/examples/bootstrap/
H A Dsource_propertiesScript.sml299 val (lhs,rhs) = dest_eq tm value
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.1/
H A DIR.sml170 val (lhs, rest) = dest_pabs var; value
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.2/
H A DIR.sml170 val (lhs, rest) = dest_pabs lt; value
/seL4-l4v-master/HOL4/src/boss/ml_evaluation/
H A DLift.sml66 val lhs = list_mk_comb(lift_var,flist@[Capp]) value
/seL4-l4v-master/HOL4/src/pred_set/src/
H A DPGspec.sml113 val (lhs,rhs) = dest_eq body value
/seL4-l4v-master/HOL4/src/res_quan/src/
H A DCond_rewrite.sml
/seL4-l4v-master/HOL4/src/ring/src/
H A DringLib.sml241 let val (lhs,rhs) = dest_eq t value
/seL4-l4v-master/isabelle/src/Tools/Metis/src/
H A DAtom.sig117 val lhs : atom -> Term.term value
H A DAtom.sml206 fun lhs atm = fst (destEq atm); function
H A DFormula.sig173 val lhs : formula -> Term.term value
H A DLiteral.sig141 val lhs : literal -> Term.term value
/seL4-l4v-master/HOL4/examples/machine-code/acl2/
H A Dm1_progLib.sml80 val lhs = hh tm (dest_tuple input) value
/seL4-l4v-master/HOL4/examples/machine-code/graph/
H A Dfunc_decompileLib.sml44 val lhs = mk_var(name,type_of rhs) value
221 val (lhs,rhs) = dest_eq goal value
242 val lhs = mk_var(name,type_of rhs) value
/seL4-l4v-master/HOL4/examples/machine-code/hoare-triple/
H A DtailrecLib.sml22 val (lhs,rhs) = hd xs value
109 val (lhs,rhs) = dest_eq tm value
156 val (lhs,rhs) = dest_eq tm value
/seL4-l4v-master/HOL4/examples/temporal_deep/src/tools/
H A Dtuerk_tacticsLib.sml13 let val (lhs,rhs) = dest_eq t value
28 let val (lhs,rhs) = dest_eq t value
80 let val (lhs,rhs) = dest_eq t value
91 let val (lhs,rhs) = dest_eq t value
101 let val (lhs,rhs) = dest_eq t value
113 let val (lhs,rhs) = dest_eq t value
166 val (lhs, rhs) = dest_eq (concl thm) value
[all...]
/seL4-l4v-master/l4v/isabelle/src/Tools/Metis/src/
H A DAtom.sig117 val lhs : atom -> Term.term value
H A DAtom.sml206 fun lhs atm = fst (destEq atm); function
H A DFormula.sig173 val lhs : formula -> Term.term value
H A DLiteral.sig141 val lhs : literal -> Term.term value
/seL4-l4v-master/HOL4/examples/countable/
H A DcountableLib.sml30 val lhs = mk_comb(lhs0, c) value

Completed in 158 milliseconds

1234