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.
-
Agda Agda.Utils.PartialOrd Less than.
-
Agda Agda.Utils.PartialOrd Decidable partial orderings.
-
Agda Agda.Utils.PartialOrd The result of comparing two things (of the same type).
-
Agda Agda.Utils.PartialOrd Pointwise comparison wrapper.
-
Agda Agda.Utils.PartialOrd No documentation available.
-
No documentation available.
Perm :: Int -> [Int] -> PermutationAgda Agda.Utils.Permutation No documentation available.
-
Agda Agda.Utils.Permutation Partial permutations. Examples: permute [1,2,0] [x0,x1,x2] = [x1,x2,x0] (proper permutation). permute [1,0] [x0,x1,x2] = [x1,x0] (partial permuation). permute [1,0,1,2] [x0,x1,x2] = [x1,x0,x1,x2] (not a permutation because not invertible). Agda typing would be: Perm : {m : Nat}(n : Nat) -> Vec (Fin n) m -> Permutation m is the size of the permutation.
module Agda.Utils.
ProfileOptions No documentation available.
-
Agda Agda.Utils.ProfileOptions Various things that can be measured when checking an Agda development. Turned on with the `--profile` flag, for instance `--profile=sharing` to turn on the Sharing option. Internal, Modules, and Definitions are mutually exclusive. NOTE: Changing this data type requires bumping the interface version number in currentInterfaceVersion.