Murat Kasimov

More about me

Я language (β)

/Я language (β)/Primitives/List/

: Supertype ( List i ) ~ ( Maybe ( Nonempty List i ) ) : Basetype ( List i ) ~ ( Unit `S` Nonempty List i )

Covariant Functor from Arrow into Arrow:

> `yo` : List a `AR_______` a `AR` o `AR______` List o

Covariant Functor from Kleisli Arrow into Arrow:

> `yok` : List a `AR______` a `AR` tt o `AR______` List o

Covariant Functor from Kleisli Arrow into Kleisli Arrow:

> `yokl` : List a `AR_____` a `AR` tt o `AR______` tt ( List o )

Covariant Functor from Arrow into Arrow with representing objects:

> `ryo` : Unit `AR` a `AR___` List a `AR` o `AR` o > `ryo` : Void `AR` a `AR___` List a `AR` o `AR` o

Lax Semi Monoidal Functor from Product into Product through Arrow:

> `yp` : List i `P` List ii `AR_______` List ( i `P` ii )

Lax Semi Monoidal Functor from Product into Whether through Arrow:

> `yw` : List i `P` List ii `AR_______` List ( i `W` ii )

Factoring through a colimit from Arrow into Arrow:

> `has` : o `RA_` Unit `AR_______` o `RA_` Nonempty List a `AR_______` o `RA_` List a

Some related instantiated morphisms:

> push : i `AR___` List i `AR_` i `P` List i > pop : List i `AR_` Maybe i `P` List i

Some related natural transformations:

> Arrow `hc_` morph `ha` Adapt : Twice `C'AR__` List > Scope `hc_` point `ha` Front `ha` Fresh @ Alone : List `C'AT__` Maybe > Scope `hc_` point `ha` Front `ha` Stock @ Alone : List `C'AT__` Maybe