Home
last modified time | relevance | path

Searched defs:typeArgsWithTel (Results 1 – 1 of 1) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DSubstitute.hs1315 typeArgsWithTel _ [] = return [] function
1316 typeArgsWithTel (ExtendTel dom tel) (v : vs) = (dom :) <$> typeArgsWithTel (absApp tel v) vs function
1317 typeArgsWithTel EmptyTel{} (_:_) = Nothing function