Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
class (PartialOrd a, Semigroup a) =>
POSemigroup aAgda Agda.Utils.POMonoid Partially ordered semigroup. Law: composition must be monotone.
related x POLE x' && related y POLE y' ==> related (x <> y) POLE (x' <> y')
-
Agda Agda.Utils.Parser.MemoisedCPS The parser type. The parameters of the type Parser k r tok a have the following meanings:
- k Type used for memoisation keys.
- r The type of memoised values. (Yes, all memoised values have to have the same type.)
- tok The token type.
- a The result type.
-
Agda Agda.Utils.Parser.MemoisedCPS No documentation available.
data
ParserWithGrammar k r tok aAgda Agda.Utils.Parser.MemoisedCPS An extended parser type, with some support for printing parsers.
-
No documentation available.
-
Agda Agda.Utils.PartialOrd No information (incomparable).
-
Agda Agda.Utils.PartialOrd Equal
-
Agda Agda.Utils.PartialOrd Greater or equal.
-
Agda Agda.Utils.PartialOrd Greater than.
-
Agda Agda.Utils.PartialOrd Less or equal than.