Searched defs:goal (Results 1 - 25 of 80) sorted by relevance

1234

/seL4-l4v-10.1.1/HOL4/src/rational/
H A DintExtensionLib.sig5 type goal = Abbrev.goal type
H A DfracUtils.sig5 type goal = Abbrev.goal type
H A DratUtils.sig5 type goal = Abbrev.goal type
H A DfracLib.sig5 type goal = Abbrev.goal type
H A DjbUtils.sig5 type goal = Abbrev.goal type
H A DratLib.sig5 type goal = Abbrev.goal type
H A DschneiderUtils.sig5 type goal = Abbrev.goal type
/seL4-l4v-10.1.1/HOL4/examples/theorem-prover/lisp-runtime/bytecode/
H A Dlisp_alt_semanticsScript.sml202 val goal = lemma |> concl |> rand; value
/seL4-l4v-10.1.1/HOL4/examples/theorem-prover/milawa-prover/soundness-thm/
H A Dmilawa_soundnessScript.sml43 val goal = mk_imp(assum,assum2) value
/seL4-l4v-10.1.1/HOL4/src/1/
H A DAbbrev.sig8 type goal = term list * term type
H A DAbbrev.sml8 type goal = term list * term type
/seL4-l4v-10.1.1/HOL4/src/num/arith/src/
H A Dselftest.sml39 val goal = ``1 < foo`` value
174 val goal = ([���c3 < x���, ���x < 3���], ���p:bool���) value
/seL4-l4v-10.1.1/HOL4/src/tactictoe/src/
H A DtttThmData.sml50 val goal = dest_thm thm value
/seL4-l4v-10.1.1/HOL4/src/HolSmt/
H A DZ3.sml39 val (goal, _) = SolverSpec.simplify (SmtLib.SIMP_TAC false) goal value
79 val (goal, validation) = SolverSpec.simplify (SmtLib.SIMP_TAC true) goal value
[all...]
/seL4-l4v-10.1.1/HOL4/src/boss/
H A Dselftest.sml42 val goal = ([] : term list, ``(n + 10) * y <= 42315 /\ !x y:'a. x < f y``) value
57 val goal = ([``x = 3``, ``FACT n = 10``], ``n + x = 7``) value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/garbage-collectors/
H A Darm_cheney_allocScript.sml409 val goal = (fst o dest_imp o concl) th value
436 val goal = (fst o dest_imp o concl) th value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/just-in-time/
H A Djit_codegenScript.sml614 val goal = mk_imp(tm,tm2) value
/seL4-l4v-10.1.1/HOL4/examples/miller/formalize/
H A DnumContext.sml180 val goal = subst [(x |-> modulus)] target value
217 val goal = subst [(x |-> modulus)] target value
/seL4-l4v-10.1.1/HOL4/src/HolSat/sat_solvers/minisat/
H A DProof.C255 void Proof::compress(Proof& dst, ClauseId goal) argument
364 void Proof::traverse(ProofTraverser& trav, int& res_count, ClauseId goal) argument
378 fout << "G " << goal << "\n"; local
/seL4-l4v-10.1.1/HOL4/src/q/
H A Dselftest.sml13 val goal = ``?a:'c b:'d. Q a b`` value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/machine-code/acl2/
H A Dm1_progLib.sml91 val goal = mk_eq(new_lhs,tm3) value
107 val goal = mk_eq (tm1,tm9) value
125 val goal = mk_eq(tm10,tm12) value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/graph/
H A Dfunc_decompileLib.sml91 val goal = th |> concl |> dest_imp |> fst value
138 val goal = th |> concl |> dest_imp |> fst value
178 val goal = th |> concl |> dest_imp |> fst value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/machine-code/instruction-set-models/ppc/
H A Dppc_Lib.sml209 val goal = mk_imp(tm2,tm) value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/instruction-set-models/x86/
H A Dx86_Lib.sml277 val goal = mk_imp(tm2,tm) value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/instruction-set-models/x86_64/
H A Dx64_Lib.sml266 val goal = mk_imp(tm2,tm) value

Completed in 91 milliseconds

1234