Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Concrete/
H A DAttribute.hs60 type LensAttribute a = (LensRelevance a, LensQuantity a, LensCohesion a, LensLock a)
171 setPristineLock :: (LensLock a) => Lock -> a -> Maybe a
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/
H A DCommon.hs1278 class LensLock a where constructor
1288 instance LensLock Lock where
1293 instance LensLock ArgInfo where
1297 instance LensLock (Arg t) where
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DTerm.hs318 checkDomain :: (LensLock a, LensModality a) => LamOrPi -> List1 a -> A.Expr -> TCM Type
347 checkPiDomain :: (LensLock a, LensModality a) => List1 a -> A.Expr -> TCM Type