Skip to content

Commit ede4201

Browse files
author
Mike Solomon
authoredApr 25, 2023
Adds more EffectFn bindings (#1)
These bindings will speed up the code execution, especially when using the ES optimizer.
1 parent 49d9200 commit ede4201

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1391
-1817
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"sandbox": "spago -x sandbox.dhall build && vite build sandbox/",
88
"sandbox-dev": "spago -x sandbox-dev.dhall build && vite dev sandbox/",
9-
"format": "purs-tidy format-in-place \"src/**/*.purs sandbox/**/*.purs\" && prettier --write \"src/**/*.js\""
9+
"format": "purs-tidy format-in-place \"src/**/*.purs sandbox/**/*.purs\" && prettier --arrow-parens avoid --write \"src/**/*.js\""
1010
},
1111
"keywords": [],
1212
"author": "",

‎spago.dhall

+2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ to generate this file without the comments in this block.
1616
, "effect"
1717
, "foreign"
1818
, "foreign-object"
19+
, "functions"
1920
, "integers"
2021
, "maybe"
2122
, "newtype"
2223
, "ordered-collections"
2324
, "prelude"
25+
, "uint"
2426
, "unsafe-coerce"
2527
, "web-events"
2628
, "web-html"

0 commit comments

Comments
 (0)