themattchan

Results 2 comments of themattchan

What if you had ``` purs compile --optimizer ./myoptimizer src/**/*.purs ``` where `myoptimizer` is a program, conceptually of type `corefnJSON -> corefnJSON`, that reads the original corefn from stdin and...