Home
last modified time | relevance | path

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

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Concrete/Definitions/
H A DTypes.hs57 | NiceOpen Range QName ImportDirective
190 getRange (NiceOpen r _ _) = r
215 NiceOpen _ x _ -> text "open" <+> pretty x
237 declName NiceOpen{} = "Open declarations" function
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Concrete/
H A DDefinitions.hs164 declKind NiceOpen{} = OtherDecl function
473 Open r x is -> return ([NiceOpen r x is] , ds)
1009 NiceOpen{} -> top
1120 termCheck NiceOpen{} = TerminationCheck
1144 covCheck NiceOpen{} = YesCoverageCheck
1217 d@NiceOpen{} -> return d
1289 d@(NiceOpen _ _ directives) -> do
1350 d@(NiceOpen _ _ directives) -> do
1390 NiceOpen r x dir -> [Open r x dir]
1418 NiceOpen{} -> Nothing
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/Translation/
H A DConcreteToAbstract.hs207 C.NiceOpen r m dir -> do
208 mkLet $ C.NiceOpen r m dir{ publicOpen = Nothing }
1579 NiceOpen r x dirs -> do
1932 NiceOpen r x dir -> do