Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up
Pinned repositories
688 contributions in the last year
Contribution activity
August 2018
Created an issue in purescript/purescript that received 1 comment
purs docs breaks when using Applicative do notation
I'm not sure why but here is a minimal test case:
module Main where map f x = f x test = ado x <- 1 in x
purs compile Main.purs works fine (with wa…
1
comment