Skip to content
View chiller's full-sized avatar

Block or report chiller

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Bread Bread
    1
    Choice of flour and other parameters
    2
    --------------------
    3
    
                  
    4
    The easiest way to get a well rising bread is to use high-protein flour >=12g / 100g
    5
    https://www.instagram.com/p/BiJhdU_gHkd
  2. Typeclass Scala Typeclass Scala
    1
    Ad-hoc polymorphism with the typeclass pattern
    2
    ===================
    3
    
                  
    4
    from Wikipedia:
    5
    "Ad hoc polymorphism is a dispatch mechanism: control moving through one named function is dispatched to various 
  3. Sierpinski Triangle Sierpinski Triangle
    1
    How to run:
    2
    
                  
    3
    ```
    4
    ghc fractal.hs
    5
    ./fractal
  4. Poker Kata haskell Poker Kata haskell
    1
    -- cabal install hspec
    2
    -- runhaskell Test.hs
    3
    
                  
    4
    import Test.Hspec
    5
    import Test.QuickCheck