Searched defs:cons (Results 1 - 25 of 57) sorted by relevance

123

/seL4-l4v-10.1.1/HOL4/tools/mlyacc/mlyacclib/
H A DMLY_stream.sml40 fun cons(a,s) = ref(EVAL(a,s)) function
H A DMLY_base-sig.sml36 val cons : '_a * '_a stream -> '_a stream value
/seL4-l4v-10.1.1/isabelle/src/HOL/TPTP/TPTP_Parser/ml-yacc/lib/
H A Dstream.sml17 fun cons(a,s) = ref(EVAL(a,s)) function
/seL4-l4v-10.1.1/l4v/isabelle/src/HOL/TPTP/TPTP_Parser/ml-yacc/lib/
H A Dstream.sml17 fun cons(a,s) = ref(EVAL(a,s)) function
/seL4-l4v-10.1.1/HOL4/examples/acl2/tests/inputs/
H A Dtest2.lisp
/seL4-l4v-10.1.1/HOL4/examples/dev/sw/
H A DUList.sml9 fun cons x l = x::l function
/seL4-l4v-10.1.1/HOL4/examples/dev/sw/working/0.1/
H A DUList.sml9 fun cons x l = x::l function
/seL4-l4v-10.1.1/HOL4/examples/dev/sw/working/0.2/util/
H A DUList.sml9 fun cons x l = x::l function
/seL4-l4v-10.1.1/HOL4/src/0/
H A DSubst.sig6 val cons : 'a subs * 'a -> 'a subs value
H A DSubst.sml46 val cons = Cons; value
/seL4-l4v-10.1.1/HOL4/src/parse/
H A DTypeNet.sml
H A DLVTermNet.sml
H A DLVTermNetFunctor.sml
/seL4-l4v-10.1.1/HOL4/src/portableML/
H A Dseq.sig38 val cons : 'a -> 'a seq -> 'a seq value
H A Dseq.sml24 fun cons x xs = LCONS(x, xs) function
H A Dsmpp.sml65 fun cons x xs = x::xs function
/seL4-l4v-10.1.1/HOL4/examples/elliptic/
H A DStream.sig32 val cons : 'a -> (unit -> 'a stream) -> 'a stream value
H A DStream.sml41 fun cons h t = CONS (h,t); function
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DmlibStream.sig20 val cons : 'a -> (unit -> 'a stream) -> 'a stream value
H A DmlibStream.sml31 fun cons h t = CONS (h,t); function
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DStream.sig32 val cons : 'a -> (unit -> 'a stream) -> 'a stream value
H A DStream.sml37 fun cons h t = Cons (h,t); function
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A DStream.sig32 val cons : 'a -> (unit -> 'a stream) -> 'a stream value
/seL4-l4v-10.1.1/HOL4/src/IndDef/
H A DIndDefLib.sml76 val cons = strip_conj con value
/seL4-l4v-10.1.1/HOL4/examples/acl2/lisp/
H A Dbook-essence.lisp[all...]

Completed in 268 milliseconds

123