Expand description
Auto-generated module
๐ค Generated with SplitRS
Functionsยง
- affine_
traversal_ ty AffineTraversal : Type โ Type โ Type- algebraic_
effect_ ty AlgebraicEffect : Type โ Type โ Type- ana_ty
Ana : (A โ F A) โ A โ Fix F(anamorphism type template)- app
- app2
- app3
- applicative_
law_ ty ApplicativeLaw : (Type โ Type) โ Type โ Prop- applicative_
ty Applicative : (Type โ Type) โ Type- approximation_
order_ ty ApproximationOrder : Type โ Type โ Prop- arrow
- arrow_
apply_ ty ArrowApply : Type โ Type โ Type- arrow_
choice_ ty ArrowChoice : Type โ Type โ Type- arrow_
first_ ty ArrowFirst : Type โ Type โ Type โ Type- arrow_
law_ ty ArrowLaw : Type โ Type โ Prop- arrow_
ty Arrow : Type โ Type โ Type- banach_
fixed_ point_ ty BanachFixedPoint : Type โ Type โ Prop- build_
env - Build the functional programming foundations environment: register all axioms.
- bvar
- cata_ty
Cata : (F A โ A) โ Fix F โ A(catamorphism type template)- catamorphism_
fusion_ ty CatamorphismFusion : โ (F : Type โ Type) (A B : Type), Prop- catamorphism_
ty Catamorphism : (Type โ Type) โ Type โ Type- cellular_
automata_ comonad_ ty CellularAutomataComonad : Type โ Type- chronomorphism_
ty Chronomorphism : (Type โ Type) โ Type โ Type- coerce_
ty Coerce : Type โ Type โ Prop- cofree_
comonad_ unfold_ ty CofreeComonadUnfold : โ (F : Type โ Type) (A : Type), Prop- cofree_
ty Cofree : (Type โ Type) โ Type โ Type- comonad_
law_ ty ComonadLaw : (Type โ Type) โ Type โ Prop- comonad_
ty Comonad : (Type โ Type) โ Type- cont_
t_ ty ContT : Type โ (Type โ Type) โ Type โ Type- cps_
transform_ ty CpsTransform : Type โ Type โ Type- cst
- day_
convolution_ ty DayConvolution : (Type โ Type) โ (Type โ Type) โ Type โ Type- deep_
handler_ ty DeepHandler : Type โ Type โ Type โ Type- dimap_
ty Dimap : โ (P : Type โ Type โ Type) (A B C D : Type), Prop- double_
negation_ translation_ ty DoubleNegationTranslation : Type โ Prop- effect_
handler_ ty EffectHandler : Type โ Type โ Type โ Type- effect_
row_ ty EffectRow : Type- effect_
subrow_ ty EffectSubrow : Type โ Type โ Prop- effect_
ty Effect : Type โ Type โ Type- final_
coalgebra_ ty FinalCoalgebra : (Type โ Type) โ Type โ Prop- fixed_
point_ semantics_ ty FixedPointSemantics : (Type โ Type) โ Type โ Prop- fixpoint_
ty FixPoint : (Type โ Type) โ Type- fixpoint_
type_ ty FixpointType : (Type โ Type) โ Type- fn_ty
- free_
applicative_ ty FreeApplicative : (Type โ Type) โ Type โ Type- free_
monad_ bind_ ty FreeMonadBind : โ (F : Type โ Type) (A B : Type), Prop- free_
monad_ left_ unit_ ty FreeMonadLeftUnit : โ (F : Type โ Type) (A : Type), Prop- free_
monad_ right_ unit_ ty FreeMonadRightUnit : โ (F : Type โ Type) (A : Type), Prop- free_
monad_ ty FreeMonad : (Type โ Type) โ Type โ Type- free_
selective_ ty FreeSelective : (Type โ Type) โ Type โ Type- freer_
lift_ ty FreerLift : โ (F : Type โ Type) (A : Type), F A โ FreerMonad F A- freer_
monad_ ty FreerMonad : (Type โ Type) โ Type โ Type- full_
abstraction_ ty FullAbstraction : Type โ Type โ Prop- futumorphism_
ty Futumorphism : (Type โ Type) โ Type โ Type- histomorphism_
ty Histomorphism : (Type โ Type) โ Type โ Type- hlist_
ty HList : Type- hmap_ty
HMap : Type โ Type โ Type- hylo_
fusion_ ty HyloFusion : โ (F : Type โ Type) (A B : Type), Prop- hylo_ty
Hylo : (F B โ B) โ (A โ F A) โ A โ B(hylomorphism)- hylomorphism_
ty Hylomorphism : (Type โ Type) โ Type โ Type โ Type- idiom_
bracket_ ty IdiomBracket : (Type โ Type) โ Type โ Type- initial_
algebra_ ty InitialAlgebra : (Type โ Type) โ Type โ Prop- iso_
roundtrip_ ty IsoRoundtrip : โ (S A : Type), Iso S A โ Prop- iso_ty
Iso : Type โ Type โ Type- least_
upper_ bound_ ty LeastUpperBound : Type โ Type โ Prop- lens_
get_ set_ ty LensGetSet : โ (S A : Type), Lens S A โ Prop- lens_
set_ get_ ty LensSetGet : โ (S A : Type), Lens S A โ Prop- lens_
set_ set_ ty LensSetSet : โ (S A : Type), Lens S A โ Prop- lens_ty
Lens : Type โ Type โ Type- linear_
type_ ty LinearType : Type โ Type- linearity_
law_ ty LinearityLaw : Type โ Prop- list_
ana - An anamorphism (unfold) producing a list from a seed.
- list_
cata - A catamorphism (fold) over a list as a stand-in for Fix F.
- list_
hylo - A hylomorphism (fold โ unfold) without materialising the intermediate structure.
- list_
para - A paramorphism over a list (extended fold with original tail access).
- mu_ty
Mu : (Type โ Type) โ Type- nu_ty
Nu : (Type โ Type) โ Type- paramorphism_
ty Paramorphism : (Type โ Type) โ Type โ Type- pi
- prism_
law_ ty PrismLaw : โ (S A : Type), Prism S A โ Prop- prism_
ty Prism : Type โ Type โ Type- profunctor_
optic_ ty ProfunctorOpticTy : Type โ Type โ Type โ Type โ Type- profunctor_
ty Profunctor : Type โ Type โ Type- prop
- reset_
ty Reset : Type โ Type โ Type- scoped_
effect_ ty ScopedEffect : Type โ Type โ Type- scott_
continuous_ ty ScottContinuous : Type โ Type โ Prop- scott_
domain_ ty ScottDomain : Type- shallow_
handler_ ty ShallowHandler : Type โ Type โ Type โ Type- shift_
ty Shift : Type โ Type โ Type- singleton_
ty Singleton : Type โ Type- stream_
comonad_ ty StreamComonad : Type โ Type- strong_
profunctor_ ty StrongProfunctor : Type โ Type โ Type- tambara_
module_ ty TambaraModule : Type โ Type โ Type- traversal_
compose_ ty TraversalCompose : โ (S A : Type), Traversal S A โ Prop- traversal_
ty Traversal : Type โ Type โ Type- type0
- type_
equality_ ty TypeEquality : Type โ Type โ Prop- unique_
type_ ty UniqueType : Type โ Type- uniqueness_
law_ ty UniquenessLaw : Type โ Prop- van_
laarhoven_ lens_ ty VanLaarhovenLens : Type โ Type โ Type