Searched defs:repeat (Results 1 - 24 of 24) sorted by path

/seL4-l4v-master/HOL4/examples/acl2/ml/
H A DpolytypicLib.sig37 val repeat : ('a -> 'a) -> 'a -> 'a value
H A DpolytypicLib.sml119 fun repeat f x = repeat f (f x) handle e => if isFatal e then raise e else x; function
[all...]
/seL4-l4v-master/HOL4/examples/acl2/tests/inputs/
H A Dproblem-set-1-answers.lisp445 (defun repeat (th n) function
/seL4-l4v-master/HOL4/examples/elliptic/
H A DStream.sig22 val repeat : 'a -> 'a stream value
H A DStream.sml31 fun repeat x = let fun rep () = CONS (x, rep) in rep () end; function
/seL4-l4v-master/HOL4/src/lite/
H A DliteLib.sig32 val repeat : ('a -> 'a) -> 'a -> 'a value
H A DliteLib.sml54 val repeat = Lib.repeat value
/seL4-l4v-master/HOL4/src/metis/
H A DmlibStream.sig15 val repeat : 'a -> 'a stream value
H A DmlibStream.sml21 fun repeat x = let fun rep () = CONS (x, rep) in rep () end; function
/seL4-l4v-master/HOL4/src/portableML/monads/
H A Doptmonad.sig16 val repeat : ('a, 'b) optmonad -> ('a, unit) optmonad value
H A Doptmonad.sml49 fun repeat p env = ((p >> repeat p) ++ ok) env function
H A Dseqmonad.sig16 val repeat : ('a, 'b) seqmonad -> ('a, unit) seqmonad value
H A Dseqmonad.sml56 fun repeat p env = ((p >> repeat p) ++ ok) env function
H A Derrormonad.sig18 val repeat : ('a, 'b, 'c) t -> ('a, unit, 'c) t value
H A Derrormonad.sml49 fun repeat p env = ((p >> repeat p) ++ ok) env function
/seL4-l4v-master/HOL4/tools/mllex/
H A Dmllex.sml705 and repeat = fn (min,max,e) => let val rec rep = fn value
/seL4-l4v-master/isabelle/src/Tools/Metis/src/
H A DStream.sig22 val repeat : 'a -> 'a stream value
H A DStream.sml27 fun repeat x = let fun rep () = Cons (x,rep) in rep () end; function
/seL4-l4v-master/l4v/isabelle/src/Tools/Metis/src/
H A DStream.sig22 val repeat : 'a -> 'a stream value
H A DStream.sml27 fun repeat x = let fun rep () = Cons (x,rep) in rep () end; function
/seL4-l4v-master/HOL4/examples/formal-languages/context-free/
H A DgrammarLib.sml43 fun repeat (m : 'a tt) s = ((m >> repeat m) ++ ok) s function
/seL4-l4v-master/HOL4/src/portableML/
H A DPortable.sig81 val repeat : ('a -> 'a) -> 'a -> 'a value
H A DPortable.sml210 fun repeat f = function
/seL4-l4v-master/HOL4/src/prekernel/
H A DLib.sig130 val repeat : ('a -> 'a) -> 'a -> 'a value

Completed in 149 milliseconds