The Wayback Machine - https://web.archive.org/web/20220714190116/https://github.com/effe-megna
Skip to content
Avatar
🔮
Focusing
🔮
Focusing
  • Bologna
Block or Report

Block or report effe-megna

Report abuse

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

Report abuse

Pinned

  1. elm-antd Public

    Forked from supermacro/elm-antd

    The official Ant Design UI Kit for Elm

    Elm

  2. 🔮 A model validation library, written in Kotlin, that use annotations and reflection

    Kotlin 9

  3. 1
    /**
    2
     *
    3
     * Port of [RemoteData](https://github.com/devexperts/remote-data-ts/blob/master/src/remote-data.ts)
    4
     *
    5
     * Represents a value of one of four possible types (a disjoint union)
  4. 1
    import { Reader } from 'fp-ts/lib/Reader'
    2
    import { Monad3 } from 'fp-ts/lib/Monad'
    3
    import * as RD from "@devexperts/remote-data-ts"
    4
    import * as T from "fp-ts/lib/Task"
    5
    import { monadTaskRemoteData, TaskRemoteData, TRD } from "./TaskRemoteData"
  5. experimental typeclasses and Data encoding in Elm

    Elm

  6. 1
    type TryADT <E, A> = 
    2
      | { readonly _tag: "success", readonly success: A }
    3
      | { readonly _tag: "failure", readonly failure: E }  
    4
    
                  
    5
    const success = <E, A>(successValue: A): TryADT<E, A> => ({ _tag: "success", success: successValue })

2 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2022

effe-megna has no activity yet for this period.