Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ANum :: f n -> ANum (f :: Type -> Type) nANum Data.ANum No documentation available.
unANum :: ANum (f :: Type -> Type) n -> f nANum Data.ANum No documentation available.
lineNumPos :: LibPositionInfo -> LineNumberAgda Agda.Interaction.Library Line number in libraries file.
-
Agda Agda.Interaction.Library.Base No documentation available.
hasLineNumber :: LibParseError -> Maybe LineNumberAgda Agda.Interaction.Library.Base Does a parse error contain a line number?
lineNumPos :: LibPositionInfo -> LineNumberAgda Agda.Interaction.Library.Base Line number in libraries file.
PrintAgdaNumericVersion :: PrintAgdaVersionAgda Agda.Interaction.Options Print Agda version number.
PrintAgdaNumericVersion :: PrintAgdaVersionAgda Agda.Interaction.Options Print Agda version number.
WrongNumberOfConstructorArguments_ :: ErrorNameAgda Agda.Interaction.Options.Errors No documentation available.
holeNumber :: BoundVariablePosition -> !IntAgda Agda.Syntax.Common The position (in the left-hand side of the syntax declaration) of the hole in which the variable is bound, counting from zero (and excluding parts that are not holes). For instance, for syntax Σ A (λ x → B) = B , A , x the number for x is 1, corresponding to B (0 would correspond to A).