Home
last modified time | relevance | path

Searched refs:withContextSize (Results 1 – 2 of 2) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Compiler/
H A DToTreeless.hs232 CC.Fail xs -> withContextSize (length xs) $ return C.tUnreachable
233 CC.Done xs v -> withContextSize (length xs) $ do
325 withContextSize :: Int -> CC C.TTerm -> CC C.TTerm
326 withContextSize n cont = do function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp1735 bool withContextSize) in wrap_expr_in_flwor() argument
1743 if (withContextSize) in wrap_expr_in_flwor()