Searched defs:quote (Results 1 - 13 of 13) sorted by relevance

/seL4-l4v-10.1.1/HOL4/src/ring/src/
H A Dquote.sig1 signature quote = signature
H A Dquote.sml1 structure quote :> quote = structure
/seL4-l4v-10.1.1/HOL4/tools/
H A Dbuildutils.sig7 val quote : string -> string value
H A Dconfigure.sml83 fun quote s = String.concat ["\"",String.toString s,"\""] function
[all...]
H A Dbuildutils.sml20 fun quote s = String.concat["\"", s, "\""]; function
/seL4-l4v-10.1.1/HOL4/src/prekernel/
H A DFeedback.sml45 fun quote s = String.concat ["\"", s, "\""] function
H A DLib.sig120 val quote : string -> string value
/seL4-l4v-10.1.1/HOL4/Manual/Tools/
H A Dpolyscripter.sml20 val quote = QFRead.fromString value
/seL4-l4v-10.1.1/HOL4/tools-poly/
H A Dconfigure.sml105 fun quote s = String.concat ["\"",String.toString s,"\""] function
[all...]
/seL4-l4v-10.1.1/l4v/tools/c-parser/standalone-parser/
H A Dmain.sml27 fun quote s = "\"" ^ s ^ "\"" function
/seL4-l4v-10.1.1/HOL4/src/portableML/
H A DPortable.sig136 val quote : string -> string value
H A DPortable.sml494 fun quote s = String.concat ["\"", s, "\""] function
/seL4-l4v-10.1.1/HOL4/src/parse/
H A DParse.sml20 val quote = Lib.mlquote value

Completed in 103 milliseconds