Category Theory
by Yann Esposito
@yogsototh, +yogsototh

Plan

Animation, Math & Code

Some math \(\sum_{i=1}^\infty \frac{1}{2^x} = 1 \)

Another math formula $$\sum_{i=1}^\infty \frac{1}{2^x} = 1$$

import Control.Monad

main :: IO()
main = do
    putStrLn $ "Hello !"

/

#