Ce qui est au dessus est une citation du post précédent
Je testerai bien ce que ça donne avec \frac{1}{x} des maths en ligne.
Et pourquoi pas avec
une formule de maths un peu costaud, hors ligne ?
et même encore des maths
-- @---- @since 4.8.0.0classBifunctorpwhere{-# MINIMAL bimap | first, second #-}-- | Map over both arguments at the same time.---- @'bimap' f g ≡ 'first' f '.' 'second' g@bimap::(a->b)->(c->d)->pac->pbdbimapfg=firstf.secondg-- | Map covariantly over the first argument.---- @'first' f ≡ 'bimap' f 'id'@first::(a->b)->pac->pbcfirstf=bimapfid-- | Map covariantly over the second argument.---- @'second' ≡ 'bimap' 'id'@second::(b->c)->pab->pacsecond=bimapid-- | @since 4.8.0.0instanceBifunctor(,)wherebimapfg~(a,b)=(fa,gb)-- | @since 4.8.0.0instanceBifunctor((,,)x1)wherebimapfg~(x1,a,b)=(x1,fa,gb)-- | @since 4.8.0.0instanceBifunctor((,,,)x1x2)wherebimapfg~(x1,x2,a,b)=(x1,x2,fa,gb)-- | @since 4.8.0.0instanceBifunctor((,,,,)x1x2x3)wherebimapfg~(x1,x2,x3,a,b)=(x1,x2,x3,fa,gb)-- | @since 4.8.0.0instanceBifunctor((,,,,,)x1x2x3x4)wherebimapfg~(x1,x2,x3,x4,a,b)=(x1,x2,x3,x4,fa,gb)-- | @since 4.8.0.0instanceBifunctor((,,,,,,)x1x2x3x4x5)wherebimapfg~(x1,x2,x3,x4,x5,a,b)=(x1,x2,x3,x4,x5,fa,gb)-- | @since 4.8.0.0instanceBifunctorEitherwherebimapf_(Lefta)=Left(fa)bimap_g(Rightb)=Right(gb)-- | @since 4.8.0.0instanceBifunctorConstwherebimapf_(Consta)=Const(fa)-- | @since 4.9.0.0instanceBifunctor(K1i)wherebimapf_(K1c)=K1(fc)
[^] # Et les maths ?
Posté par thoasm . En réponse au journal Une CSS « froide » pour l'hiver : Steelblue. Évalué à 4.
Ce qui est au dessus est une citation du post précédent
Je testerai bien ce que ça donne avec \frac{1}{x} des maths en ligne.
Et pourquoi pas avec
une formule de maths un peu costaud, hors ligne ?
et même encore des maths