Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/
H A DConcrete.hs509 | CompilePragma Range RString QName String -- ^ first string is backend name
933 getRange (CompilePragma r _ _ _) = r
1140 killRange (CompilePragma _ b q s) = killRange1 (\ q -> CompilePragma noRange b q s) q
1278 rnf (CompilePragma _ a b c) = rnf a `seq` rnf b `seq` rnf c
H A DAbstract.hs216 | CompilePragma RString QName String constructor
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Abstract/
H A DViews.hs393 CompilePragma{} -> pure p
512 CompilePragma{} -> mempty
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/Highlighting/
H A DFromAbstract.hs227 A.CompilePragma b x _foreign -> singleAspect Keyword b <> hilite x
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Concrete/
H A DDefinitions.hs541 nicePragma p@CompilePragma{} ds = do
1043 CompilePragma{} -> bottom
H A DPretty.hs577 pretty (CompilePragma _ b x e) =
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Rules/
H A DDecl.hs728 A.CompilePragma b x s -> do
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Translation/
H A DConcreteToAbstract.hs1490 C.CompilePragma{} -> Nothing
2294 toAbstract (C.CompilePragma _ rb x s) = do
2309 return [ A.CompilePragma rb y s ]
H A DAbstractToConcrete.hs1242 A.CompilePragma b x s -> do
1244 return $ C.CompilePragma r b x s