Skip to content
Avatar
🐶
woof
🐶
woof

Achievements

Achievements

Block or Report

Block or report dankreiger

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.

Report abuse

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

Report abuse

Pinned

  1. tiny-either Public

    Either Monad + helper functions

    TypeScript

  2. k8s-multi-service-app Public template

    TypeScript 1

  3. 1
    // types
    2
    type T_XF<XF_Before, XF_After> = (a: XF_Before) => XF_After;
    3
    
                  
    4
    type T_Pred<Pred_Fn> = (fn: Pred_Fn) => boolean;
    5
    
                  
  4. 1
    import R from 'ramda';
    2
    
                  
    3
    type T_UnaryFunction<I, O> = (x: I) => O;
    4
    type T_Fn<I, O> = {
    5
      run: T_UnaryFunction<I, O>;
  5. Haskell

  6. JavaScript 1

1,423 contributions in the last year

Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri
Activity overview
Contributed to dankreiger/tiny-either, dankreiger/puppy-seq, barking-welpe/ui and 5 other repositories

Contribution activity

April 2022

Reviewed 1 pull request in 1 repository
software-mansion/react-native-gesture-handler 1 pull request
36 contributions in private repositories Apr 1 – Apr 16

Seeing something unexpected? Take a look at the GitHub profile guide.