Skip to content
View ongyiren1994's full-sized avatar

Block or report ongyiren1994

Report abuse

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

Report abuse
ongyiren1994/README.md

Ong Yi Ren

Skills

Haskell PureScript Python Bash Linux Ansible Terraform Git Kubernetes Docker AWS PfSense Jenkins Raspberry Pi

Top Languages

Anurag's GitHub stats

Pinned Loading

  1. purescript-bridge purescript-bridge Public

    Forked from eskimor/purescript-bridge

    Create PureScript datatypes from Haskell datatypes

    Haskell

  2. reflex-realworld-example reflex-realworld-example Public

    Forked from qfpl/reflex-realworld-example

    Haskell 1

  3. purescript-cnchar purescript-cnchar Public

    PureScript 2

  4. purescript-html-codegen-halogen purescript-html-codegen-halogen Public

    PureScript 7

  5. mermaid-hs mermaid-hs Public

    Haskell 5 2

  6. A Random Tour of Typeclass in Haskell A Random Tour of Typeclass in Haskell
    1
    -- code examples from https://fpbyintuition.medium.com/
    2
     
    3
    {-# LANGUAGE ConstraintKinds #-}
    4
    {-# LANGUAGE FlexibleInstances #-}
    5
    {-# LANGUAGE FunctionalDependencies #-}