Searched defs:advance (Results 1 - 16 of 16) sorted by relevance

/seL4-l4v-master/HOL4/src/parse/
H A Dqbuf.sig13 val advance : 'a qbuf -> unit value
H A Dqbuf.sml99 fun advance r = case !r of (lbopt, ((curr,cloc), rest), nf_q, q) => function
H A DParseDatatype.sml127 fun advance () = qbuf.advance qb function
H A Dterm_tokens.sml424 val {advance,replace_current} = qb value
[all...]
/seL4-l4v-master/HOL4/src/metis/
H A DmlibResolution.sig37 val advance : resolution -> resolution option (* select deduce factor add *) value
H A DmlibResolution.sml208 fun advance res = function
H A DmlibSolver.sml101 fun advance NONE s = (SOME NONE, s) function
/seL4-l4v-master/HOL4/tools/Holmake/
H A Dparse_glob.sml11 fun advance (s,i) = (s, i + 1) function
H A DHoldep_tokens.sml42 fun advance (c as CR {pos, buffer, maxpos, reader, current, closer}) = function
H A DReadHMF.sml50 fun advance (b as B r) = function
[all...]
/seL4-l4v-master/HOL4/examples/miller/ho_prover/
H A Dho_discrimTools.sml89 fun advance COMB_BEGIN state = state function
186 fun advance (FVAR (fv, fbs)) ((bvs, RIGHT tm::rest), (sub, thks)) = function
231 fun advance (FVAR (fv, fbs)) ((bvs, RIGHT tm :: rest), sub) = function
[all...]
H A DskiTools.sml235 fun advance (SKI_VAR v) (RIGHT tm :: rest, sub) = (rest, raw_match' v tm sub) function
255 fun advance _ pat (SOME (v, lstate), rstate, work) = function
[all...]
H A Dho_proverTools.sml466 fun advance lit (changed, lits', rules') = function
/seL4-l4v-master/HOL4/polyml/mlsource/extra/Win/
H A DDialog.sml230 fun advance () = function
/seL4-l4v-master/HOL4/Manual/Tools/
H A Dpolyscripter.sml35 fun advance (LB {strm, currentOpt, line}) = function
[all...]
/seL4-l4v-master/HOL4/examples/formal-languages/context-free/
H A DgrammarLib.sml109 fun advance c p = if c = #"\n" then newline p else add1col p function

Completed in 189 milliseconds