Passionate typed functional programmer. Member of the church of Emacs.
Block or Report
Block or report kritzcreek
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
Emacs integration for PureScript's psc-ide tool.
-
1
## Kinds2In PureScript there are types of different _kinds_. Kinds are types for types. For example `Int` has kind `Type`, and we write it as `Int :: Type`. You can ask for the kind of a type in `purs psci`
34```haskell5> :k Int -
1
# Generating collections of random numbers in PureScript23A problem that I've seen beginners run into in Haskell or PureScript a couple of times now is how to generate a List of random numbers. It's a common requirement for little games (which make for great first projects) to generate these, and it definitely seems to be a stumbling block.
45## Why are random numbers hard?
899 contributions in the last year
Less
More
Activity overview
Contributed to
dfinity/internet-identity,
dfinity/vessel-package-set,
dfinity/motoko
and 5 other
repositories
Contribution activity
March 2022
3
contributions
in private repositories
Mar 1