Searched refs:pair (Results 201 - 225 of 314) sorted by relevance

1234567891011>>

/seL4-l4v-10.1.1/HOL4/examples/dev/sw/
H A Dgr_t.sml12 A graph is represented by pair (t,m) where t is a search tree
/seL4-l4v-10.1.1/HOL4/examples/dev/sw/working/0.1/
H A Dgr_t.sml12 A graph is represented by pair (t,m) where t is a search tree
/seL4-l4v-10.1.1/HOL4/examples/dev/sw/working/0.2/util/
H A Dgr_t.sml12 A graph is represented by pair (t,m) where t is a search tree
/seL4-l4v-10.1.1/HOL4/polyml/mlsource/extra/Win/
H A DMetafile.sml166 (* The application and picture names are encoded as a pair. *)
/seL4-l4v-10.1.1/HOL4/src/HolQbf/
H A DQDimacs.sml78 Lib.S Lib.pair List.length
/seL4-l4v-10.1.1/HOL4/src/emit/
H A Dbasis_emitScript.sml23 val _ = eSML "pair" defs;
24 val _ = eCAML "pair" defs;
699 :: OPEN ["pair","num","list"]
705 :: OPEN ["pair","num","list"]
H A DEmitML.sml448 | keyword l = ("let", hd l) :: (map (pair "and") (tl l))
717 val clauses' = ("fun",hd clauses)::map (pair "and") (tl clauses)
805 val clauses' = (s,hd clauses)::map (pair "and") (tl clauses)
1231 pr_list pp_tydec add_newline (map (pair tyvars) tynames)
/seL4-l4v-10.1.1/HOL4/src/parse/
H A DTermParse.sml127 val newbody = APP(l3, APP(l3, QIDENT(l3, "pair", ","), t1), t3)
/seL4-l4v-10.1.1/HOL4/src/postkernel/
H A DDB.sml31 The pair of strings is theory * bindname
/seL4-l4v-10.1.1/HOL4/src/quotient/src/
H A Dquotient_pairScript.sml162 (* pair theory: FST, SND, COMMA, CURRY, UNCURRY, ## *)
/seL4-l4v-10.1.1/graph-refine/
H A Dloop_bounds.py475 funs = [f for pair in target_objects.pairings[fname]
476 for f in pair.funs.values ()]
/seL4-l4v-10.1.1/HOL4/examples/HolCheck/
H A DctlTools.sml65 T is a (string * term) list where each pair is (action name, corresponding transition relation)
/seL4-l4v-10.1.1/HOL4/tools/Holmake/
H A Dbasis2002.sml812 val pair = (i,c) value
814 if P pair then SOME pair
/seL4-l4v-10.1.1/HOL4/polyml/mlsource/MLCompiler/
H A DTYPEIDCODE.sml510 the reference and apply it the pair of the value and the depth. *)
518 base printer functions and then to the pair of the value and depth. *)
1081 else (* We need a function that takes two arguments rather than a single pair. *)
1262 (* Exported function. Returns a function from an ML pair of values to bool.
1263 N.B. This differs from the functions in the typeID which take a Poly pair. *)
/seL4-l4v-10.1.1/isabelle/src/Doc/Logics/document/
H A DCTT.tex70 \cdx{pair} & $[i,i]\to i$ & constructor\\
618 can produce multiple outcomes for each suitable pair of assumptions. In
924 an ordered pair, whose components are two new unknowns.%
1101 a $\lambda$-abstraction and an ordered pair. The pair's components are
/seL4-l4v-10.1.1/l4v/isabelle/src/Doc/Logics/document/
H A DCTT.tex70 \cdx{pair} & $[i,i]\to i$ & constructor\\
618 can produce multiple outcomes for each suitable pair of assumptions. In
924 an ordered pair, whose components are two new unknowns.%
1101 a $\lambda$-abstraction and an ordered pair. The pair's components are
/seL4-l4v-10.1.1/HOL4/src/1/
H A DTypeBasePure.sml839 val pair = Pair enc_tyop enc_args value
841 mk_comb(mk_type_var,pair)
985 (* where each arg_i is a (name,type) pair showing how the ith field should *)
/seL4-l4v-10.1.1/HOL4/examples/bmark/
H A DBmark.sml628 (* Already exists in theory "pair" *)
/seL4-l4v-10.1.1/HOL4/src/HolSat/
H A DdimacsTools.sml92 ** Convert a literal to a (bool * integer) pair, where
/seL4-l4v-10.1.1/HOL4/src/datatype/
H A Dselftest.sml49 val _ = Hol_datatype `pair = CONST of 'a#'b`;
/seL4-l4v-10.1.1/HOL4/src/integer/
H A DCooperSyntax.sml366 for some pair of integer literals d1 and d2, with the variable j. *)
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DmlibRewrite.sml447 in rewrite rw ord o pair ~1
/seL4-l4v-10.1.1/HOL4/src/portableML/
H A DTable.sml439 List.concat (map (fn (key, xs) => map (pair key) xs) (dest tab))
/seL4-l4v-10.1.1/HOL4/src/proofman/
H A DgoalStack.sml60 * goal in the goal list is a (term list, term) pair. The validation
/seL4-l4v-10.1.1/HOL4/src/quotient/examples/lambda/
H A DtermScript.sml346 (* This consists of the variables on the LHS of each pair *)

Completed in 250 milliseconds

1234567891011>>