Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/
H A DInfo.hs153 , defAbstract :: IsAbstract
179 lensIsAbstract f i = (f $! defAbstract i) <&> \ a -> i { defAbstract = a }
182 anyIsAbstract = defAbstract
H A DAbstract.hs904 anyAbstract (Axiom _ i _ _ _ _) = defAbstract i == AbstractDef
905 anyAbstract (Field i _ _) = defAbstract i == AbstractDef
909 anyAbstract (FunDef i _ _ _) = defAbstract i == AbstractDef
910 anyAbstract (DataDef i _ _ _ _) = defAbstract i == AbstractDef
911 anyAbstract (RecDef i _ _ _ _ _ _) = defAbstract i == AbstractDef
912 anyAbstract (DataSig i _ _ _) = defAbstract i == AbstractDef
913 anyAbstract (RecSig i _ _ _) = defAbstract i == AbstractDef
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DDecl.hs520 whenAbstractFreezeMetasAfter Info.DefInfo{ defAccess, defAbstract} m = do
521 if defAbstract /= AbstractDef then m else do
644 FunName -> emptyFunction{ funAbstr = Info.defAbstract i }
645 MacroName -> set funMacro True emptyFunction{ funAbstr = Info.defAbstract i }
712 Primitive { primAbstr = Info.defAbstract i
794 | Info.defAbstract i == AbstractDef -> inConcreteMode
H A DRecord.hs222 , recAbstr = Info.defAbstract i
241 , conAbstr = Info.defAbstract i
579 , "abstr =" <+> (text . show) (Info.defAbstract info)
H A DDef.hs30 import Agda.Syntax.Info hiding (defAbstract)
93 | Info.defAbstract i /= AbstractDef ->
200 , funAbstr = Info.defAbstract i
415 , funAbstr = Info.defAbstract i
1180 abstr <- defAbstract <$> ignoreAbstractMode (getConstInfo f)
H A DData.hs147 , dataAbstr = Info.defAbstract i
265 comp <- if nofIxs /= 0 || (Info.defAbstract i == AbstractDef)
279 , conAbstr = Info.defAbstract i
H A DTerm.hs805 [ text $ show $ A.defAbstract di
817 abstract (A.defAbstract di) $ do
H A DBuiltin.hs801 a = defAbstract info
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DSignature.hs421 … y <+> "from" <+> pretty x <+> "with" <+> text (show np) <+> "args" <+> text (show $ defAbstract d)
1067 case defAbstract d of
1113 case defAbstract def of
H A DBase.hs2491 defAbstract :: Definition -> IsAbstract
2492 defAbstract d = case theDef d of function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/
H A DPositivity.hs501 let a = defAbstract def
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Translation/
H A DAbstractToConcrete.hs505 . abst (A.defAbstract i)