Murat Kasimov

More about me

Я language (β)

/Я language (β)/Primitives/State/

: Supertype ( State i ii ) ~ ( Event i ii )

Covariant Endo Functor from Arrow into Arrow:

> `yo` : State _ a `AR_______` a `AR` o `AR______` State _ o

Covariant Endo Functor from Kleisli Arrow into Arrow: (using Apply/Lease):

> `yok` : State _ a `AR______` a `AR` tt o `AR______` State _ o

Lax Semi Monoidal Functor from Product into Product through Arrow (using Apply/Lease):

> `yp` : State _ i `P` State _ ii `AR_______` State _ ( i `P` ii )

Some related wrappers:

> State : Event i ii `AR_____` State i ii

Available behaviour: Apply, Lease.