Highlights
- Arctic Code Vault Contributor
Pinned
434 contributions in the last year
Less
More
Activity overview
Contributed to
johnridesabike/johnridesabike.github.io,
johnridesabike/acutis,
johnridesabike/coronate
and 5 other
repositories
Contribution activity
February 2021
Created 20 commits in 2 repositories
Created an issue in rescript-lang/syntax that received 11 comments
Some((a, b)) formats to Some(a, b)
let x = Some((1, 2))
formats to:
let x = Some(1, 2)
Either one compiles, so maybe this isn’t a bug? The syntax is misleading, though, since the Some
…
11
comments