Searched refs:pair (Results 126 - 150 of 314) sorted by relevance

1234567891011>>

/seL4-l4v-10.1.1/HOL4/examples/elliptic/
H A DUseful.sml175 fun pair x y = (x,y); function
189 val unit : 'a -> 's -> 'a * 's = pair;
246 fun zip xs ys = zipwith pair xs ys;
262 fun cart xs ys = cartwith pair xs ys;
/seL4-l4v-10.1.1/HOL4/src/HolSat/
H A DminisatResolve.sml34 (* clauseth[i] gives i'th clause of CNF, as a pair (t,[tm] |- t') *)
/seL4-l4v-10.1.1/HOL4/src/coretypes/
H A DpairLib.sml75 raise pairLib_ERR "strip_pair_case" "not a pair case"
H A DPairRules.sml163 (* pairlike p x: takes a pair structure p and a term x. *)
236 (* instances of the bound pair p and it subcomponents. *)
450 (* If the argument of the resulting conversion is a pair, this conversion *)
451 (* recursively applies itself to both sides of the pair. *)
782 failwith "bound pair occurs in both conjuncts"
931 failwith "bound pair occurs in both conjuncts"
1098 failwith "bound pair occurs in both sides of `==>`"
1237 failwith "bound pair occurs in both sides of `==>`"
1987 raise ERR"P_SKOLEM_CONV" "first argument not a variable pair"
2016 "existential variable not of pair typ
[all...]
H A DPairedLambda.sml86 local val pair = CONV_RULE (ONCE_DEPTH_CONV SYM_CONV) pairTheory.PAIR value
95 val eqv = if can dest_pair arg then REFL arg else ISPEC arg pair
/seL4-l4v-10.1.1/HOL4/src/marker/
H A DmarkerScript.sml54 (* Note, if you want to move a pair of things to the edge of a term,
/seL4-l4v-10.1.1/HOL4/src/postkernel/
H A DHolKernel.sml40 val (c1, pair) = with_exn dest tm e
42 if same_const c c1 then pair else raise e
92 val ({Name, Thy, ...}, pair) = with_exn dest tm e
94 if Name = name andalso Thy = thy then pair else raise e
/seL4-l4v-10.1.1/HOL4/src/prekernel/
H A DTag.sml18 (* A tag is represented by a pair (D,O,A) where O is a list of oracles *)
/seL4-l4v-10.1.1/HOL4/src/tactictoe/src/
H A DtttOpen.sml22 "one", "sum", "option", "pair", "combin", "sat", "normalForms",
/seL4-l4v-10.1.1/isabelle/src/Pure/Isar/
H A Dtoken.scala257 pair(int, string)(tok.kind.id, tok.source)
263 val (k, s) = pair(int, string)(body)
/seL4-l4v-10.1.1/isabelle/src/Pure/PIDE/
H A Dmarkup.scala666 pair(string, properties)((markup.name, markup.properties))
672 val (name, props) = pair(string, properties)(body)
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DMap.sig41 val pick : ('key,'a) map -> 'key * 'a (* an arbitrary key/value pair *)
H A DUseful.sig55 val pair : 'a -> 'b -> 'a * 'b value
H A DUseful.sml103 fun pair x y = (x,y); function
117 val unit : 'a -> 's -> 'a * 's = pair;
219 fun zip xs ys = zipWith pair xs ys;
238 fun cart xs ys = cartwith pair xs ys;
/seL4-l4v-10.1.1/HOL4/polyml/basis/
H A DList.sml105 (* TODO: This involves returning a pair and creating new pairs
/seL4-l4v-10.1.1/l4v/isabelle/src/Pure/Isar/
H A Dtoken.scala257 pair(int, string)(tok.kind.id, tok.source)
263 val (k, s) = pair(int, string)(body)
/seL4-l4v-10.1.1/l4v/isabelle/src/Pure/PIDE/
H A Dmarkup.scala666 pair(string, properties)((markup.name, markup.properties))
672 val (name, props) = pair(string, properties)(body)
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A DMap.sig41 val pick : ('key,'a) map -> 'key * 'a (* an arbitrary key/value pair *)
H A DUseful.sig55 val pair : 'a -> 'b -> 'a * 'b value
H A DUseful.sml103 fun pair x y = (x,y); function
117 val unit : 'a -> 's -> 'a * 's = pair;
219 fun zip xs ys = zipWith pair xs ys;
238 fun cart xs ys = cartwith pair xs ys;
/seL4-l4v-10.1.1/HOL4/src/HolQbf/
H A DQbfLibrary.sml20 List.app (TextIO.output o Lib.pair outstream) strings;
91 (* pair consisting of a positive integer i and a Boolean q, and a *)
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DmetisTools.sml59 | bool_map "pair.FST" = SOME "id"
60 | bool_map "pair.," = SOME "fst"
/seL4-l4v-10.1.1/HOL4/examples/ARM/v7/
H A Darm_coretypesScript.sml480 ["pair.UNCURRY",
481 "pair.LEX_DEF",
/seL4-l4v-10.1.1/HOL4/examples/ARM_security_properties/model/
H A Darm_coretypesScript.sml484 ["pair.UNCURRY",
485 "pair.LEX_DEF",
/seL4-l4v-10.1.1/HOL4/examples/Crypto/RC6/
H A DRC6Script.sml133 (* Rotate keys and get a pair of keys from the head of the key schedule *)
200 (* that PreWhitening and PostWhitening use the same key pair *)

Completed in 266 milliseconds

1234567891011>>