Searched defs:output (Results 1 - 25 of 35) sorted by path

12

/seL4-l4v-10.1.1/HOL4/Manual/Tools/
H A Dpolyscripter.sml293 val output = transformOutput umap ws (strip_for_thm raw_output) value
/seL4-l4v-10.1.1/HOL4/developers/
H A DmosmlTextIO.sml11 val output : outstream * string -> unit value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/acl2/
H A Dm1_progLib.sml72 val output = get_output_list f value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/decompiler/
H A DdecompilerLib.sml1548 val output = (filter (not o is_new_var) o free_vars o cdr o concl) th value
1586 val output = (filter is_new_var o free_vars o cdr o cdr o concl) th value
1589 val output = var_sorter (map strip_tag output) value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/machine-code/instruction-set-models/x86_64/
H A Dx64_Lib.sml285 val output = map get_output diff value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/just-in-time/
H A Dexport_codeLib.sml69 val output = ["\n","\n",o1,o2,"\n"] @ rs @ ["\n",o3,"\n"] value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/lisp/
H A Dexport_codeLib.sml69 val output = ["\n","\n",o1,o2,"\n"] @ rs @ ["\n",o3,"\n"] value
/seL4-l4v-10.1.1/HOL4/examples/theorem-prover/lisp-runtime/implementation/
H A Dexport_codeLib.sml74 val output = ["\n","\n",o1,o2,"\n"] @ rs @ ["\n",o3,"\n"] value
/seL4-l4v-10.1.1/HOL4/examples/theorem-prover/milawa-prover/
H A Dmilawa_coreScript.sml25 val output = foldr (fn (x,y) => x ^ y) "" text value
/seL4-l4v-10.1.1/HOL4/polyml/basis/
H A DBasicStreamIO.sml692 fun output(f, v) = protectOut (outputVector(v, 0, Vector.length v)) f function
[all...]
H A DIMPERATIVE_IO.sml38 val output : outstream * vector -> unit value
H A DImperativeIO.sml132 fun output(OutStream{fStream=ref f, ...}, v) = StreamIO.output(f, v) function
H A DSML90.sml58 val output : outstream * string -> unit value
102 fun output(str, s) = TextIO.output(str, s) handle IO.Io _ => raise Io "Cannot output" function
H A DSTREAM_IO.sml39 val output : outstream * vector -> unit value
H A DTextIO.sml50 val output : outstream * vector -> unit value
157 fun output(f, v) = function
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/mlsource/extra/Win/
H A DCommonDialog.sml1035 val output = fromCstring(buff ++ Word.fromInt off2) value
/seL4-l4v-10.1.1/HOL4/polyml/modules/IntInfAsInt/
H A DInputOutput.sml57 val output : outstream * vector -> unit value
/seL4-l4v-10.1.1/HOL4/src/portableML/
H A DPortable.sig221 val output: outstream * string -> unit value
H A DPortable.sml599 val output = TextIO.output value
/seL4-l4v-10.1.1/HOL4/src/simp/src/
H A DOpening.sml208 fun output() = function
/seL4-l4v-10.1.1/HOL4/tools-poly/Holmake/
H A Dunix-systeml.sml132 fun output s = TextIO.output(ostrm, s) function
146 fun output s = TextIO.output(ostrm, s) function
[all...]
H A DwinNT-systeml.sml80 fun output s = TextIO.output(ostrm, s) function
97 fun output s = TextIO.output(ostrm, s) function
[all...]
/seL4-l4v-10.1.1/HOL4/tools/Holmake/
H A DHolmake_tools.sml73 val output = value
H A Dtailbuffer.sig7 val output : t -> {fulllines : string list, lastpartial : string, value
H A Dtailbuffer.sml63 fun output ({v,i,full,s,max,patterns,...}:t) = function

Completed in 147 milliseconds

12