Block or report user

Report or block greenrd

Hide content and notifications from this user.

Contact Support about this user’s behavior.

Report abuse

Organizations

@ensime

Pinned repositories

  1. ordered-dirs

    FUSE virtual filesystem that creates ordered directory of symlinks pointing to specified files

    Haskell

63 contributions in the last year

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

Contribution activity

August 2018

Created an issue in ekmett/machines that received 1 comment

Applicative and Monad instances for Mealy are inconsistent

> let m1 = unfoldMealy (\s a -> (a + s, a + s)) 0 > let mf = unfoldMealy (\s a -> (\b -> a + s + b), a + s)) 0 > cosieve (mf <*> m1) $ 1 :| [2,3] 1…

1 comment

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