Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
IdPart :: RString -> NotationPartAgda Agda.Syntax.Common An identifier part. For instance, for _+_ the only identifier part is +.
-
Agda Agda.Syntax.Concrete ex: x
IdentP :: Bool -> QName -> PatternAgda Agda.Syntax.Concrete c or x If the boolean is False, then the QName must not refer to a constructor or a pattern synonym. The value False is used when a hidden argument pun is expanded.
IdiomBrackets :: Range -> [Expr] -> ExprAgda Agda.Syntax.Concrete ex: (| e1 | e2 | .. | en |) or (|)
module Agda.Syntax.
IdiomBrackets No documentation available.
-
Agda Agda.Syntax.Internal Identity substitution. Γ ⊢ IdS : Γ
IdiomType :: Type -> EqualityViewAgda Agda.Syntax.Internal A reduced type used as type for the with inspect idiom.
IdiomBracketError :: String -> TypeErrorAgda Agda.TypeChecking.Monad.Base Error during (operator) parsing and interpreting the contents of idiom brackets. Error message in String.
-
Agda Agda.TypeChecking.Substitute Identity substitution. Γ ⊢ IdS : Γ
type
IdToFile = EnumMap FileId FileAgda Agda.Utils.FileId No documentation available.