Skip to content
View ongyiren1994's full-sized avatar

Block or report ongyiren1994

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
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 8

  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 #-}