Home
last modified time | relevance | path

Searched refs:makeLazy (Results 1 – 9 of 9) sorted by relevance

/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DMakePromise.java7 public static final MakePromise makeLazy = new MakePromise(); field in MakePromise
12 makeLazy.setName("make-lazy");
13 makeLazy.setProperty(Procedure.validateApplyKey, in makeLazy.setProperty()
29 if (this == makeLazy) in apply1()
H A DCompileMisc.java819 boolean forceValueIfPromise = proc == MakePromise.makeLazy; in validateApplyMakePromise()
/dports/lang/kawa/kawa-3.1.1/gnu/q2/lang/
H A DDefineOp.java22 PrimProcedure makeLazy = new PrimProcedure("gnu.mapping.Promise", in rewriteForm() local
24 BindDecls.setInitializer(decl, new ApplyExp(makeLazy), in rewriteForm()
/dports/math/R/R-4.1.2/src/library/base/R/
H A Dlazyload.R89 .Internal(makeLazy(names(key$lazyKeys), key$lazyKeys, expr,
125 .Internal(makeLazy(vars, vals, expr, db, envir))
/dports/math/libRmath/R-4.1.1/src/library/base/R/
H A Dlazyload.R89 .Internal(makeLazy(names(key$lazyKeys), key$lazyKeys, expr,
125 .Internal(makeLazy(vars, vals, expr, db, envir))
/dports/math/R/R-4.1.2/src/library/base/
H A Dbaseloader.R79 .Internal(makeLazy(vars, map$variables, expr, this, envir))
/dports/math/libRmath/R-4.1.1/src/library/base/
H A Dbaseloader.R79 .Internal(makeLazy(vars, map$variables, expr, this, envir))
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcPat.hs167 makeLazy :: PatEnv -> PatEnv
168 makeLazy penv = penv { pe_lazy = True } function
345 <- tc_lpat pat pat_ty (makeLazy penv) $
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DInlineCalls.java673 if (fun == MakePromise.makeDelay || fun == MakePromise.makeLazy) in deferableInit()