Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Reduce/
H A DFast.hs612 | IApplyType a a | IApplyFst a a | IApplySnd a a constructor
620 firstHole (IApply a x y) = Just (a, IApplyType x y)
624 plugHole a (IApplyType x y) = IApply a x y
628 nextHole a (IApplyType x y) = Right (x, IApplyFst a y)