Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DIrrelevance.hs105 hideAndRelParams = hideOrKeepInstance . mapRelevance nonStrictToIrr
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/
H A DCommon.hs1209 nonStrictToIrr :: Relevance -> Relevance
1210 nonStrictToIrr NonStrict = Irrelevant function
1211 nonStrictToIrr rel = rel function