Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DDecl.hs80 checkDeclCached d@A.ScopedDecl{} = checkDecl d
111 compareDecl A.ScopedDecl{} A.ScopedDecl{} = __IMPOSSIBLE__
155 A.ScopedDecl scope ds -> none $ setScope scope >> mapM_ checkDeclCached ds
394 A.ScopedDecl{} -> return ()
786 checkTypeSignature' gtel (A.ScopedDecl scope ds) = do
1027 A.ScopedDecl {} -> "ScopedDecl"
H A DRecord.hs158 getName (A.ScopedDecl _ [f]) = getName f
548 checkProjs ftel1 ftel2 vs (A.ScopedDecl scope fs' : fs) =
H A DData.hs196 checkConstructor d uc tel nofIxs s (A.ScopedDecl scope [con]) = do
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/
H A DAbstract.hs190 | ScopedDecl ScopeInfo [Declaration] -- ^ scope annotation constructor
568 ScopedDecl _ a1 == ScopedDecl _ a2 = a1 == a2 function
659 getRange (ScopedDecl _ d ) = getRange d
793 killRange (ScopedDecl a d ) = killRange1 (ScopedDecl a) d
891 axiomName (ScopedDecl _ (d:_)) = axiomName d
907 anyAbstract (ScopedDecl _ ds) = anyAbstract ds
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Abstract/
H A DViews.hs97 deepUnscopeDecl (A.ScopedDecl _ ds) = deepUnscopeDecls ds
434 ScopedDecl s ds -> ScopedDecl s <$> rec ds
497 ScopedDecl _ decls -> declaredNames decls
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Termination/
H A DTermCheck.hs115 A.ScopedDecl scope ds -> {- withScope_ scope $ -} termDecls ds
135 getName (A.ScopedDecl _ ds) = getNames ds
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/Highlighting/
H A DFromAbstract.hs216 A.ScopedDecl s ds -> hl ds
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Translation/
H A DAbstractToConcrete.hs1080 toConcrete (Constr (A.ScopedDecl scope [d])) =
1116 toConcrete (ScopedDecl scope ds) =
H A DConcreteToAbstract.hs133 return $ ScopedDecl s ds
846 A.ScopedDecl si [A.FunDef di qname' NotDelayed cs] -> do