Home
last modified time | relevance | path

Searched refs:newTel (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ragel/ragel-6.10/ragel/
H A Dgendata.cpp556 RedTransEl newTel( keyOps->minKey, fillHighKey, redFsm->getErrorTrans() ); in newTrans() local
557 destRange.append( newTel ); in newTrans()
571 RedTransEl newTel( nextKey, fillHighKey, redFsm->getErrorTrans() ); in newTrans() local
572 destRange.append( newTel ); in newTrans()
596 RedTransEl newTel( keyOps->minKey, keyOps->maxKey, redFsm->getErrorTrans() ); in finishTransList() local
597 destRange.append( newTel ); in finishTransList()
608 RedTransEl newTel( fillLowKey, keyOps->maxKey, redFsm->getErrorTrans() ); in finishTransList() local
609 destRange.append( newTel ); in finishTransList()
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DRecordPatterns.hs524 newTel =
533 { clauseTel = newTel
558 , "newTel =" <+> prettyTCM newTel
H A DSubstitute.hs387 tel' = newTel n tel rps rargs
433 newTel :: Nat -> Telescope -> [NamedArg DeBruijnPattern] -> [Term] -> Telescope
434 newTel n tel [] [] = tel function
435 newTel n tel (p : ps) (v : vs) =
437 …VarP _ (DBPatVar _ i) -> newTel (n - 1) (subTel (size tel - 1 - i) v tel) (substP i (raise (n - 1)…
438 DotP{} -> newTel n tel ps vs
439 ConP c _ ps' -> newTel n tel (ps' ++ ps) (projections c v ++ vs)
443 …IApplyP _ _ _ (DBPatVar _ i) -> newTel (n - 1) (subTel (size tel - 1 - i) v tel) (substP i (raise …
444 newTel _ tel _ _ = __IMPOSSIBLE__ function
487 else System newTel (map (map (f -*- id) -*- f) sys)
[all …]