Skip to content

Commit

Permalink
deploy: 088cc6f
Browse files Browse the repository at this point in the history
  • Loading branch information
rolyp committed Sep 27, 2023
1 parent bd4097f commit 046113b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -37095,13 +37095,7 @@
return (dictMonadError) => {
const loadFile22 = loadFile1(dictMonadError);
const parse1 = parse(dictMonadError);
return (folder) => (file) => bind2(loadFile22(folder)(file))((a) => parse1(a)((state1, more, lift1, $$throw2, done) => more((v1) => topLevel(expr_)(
state1,
more,
lift1,
$$throw2,
(state2, a$1) => more((v2) => done(state2, functorExpr2.map((v) => unit2)(a$1)))
))));
return (folder) => (file) => bind2(loadFile22(folder)(file))((a) => parse1(a)(topLevel(expr_)));
};
};
var openDatasetAs = (dictMonadAff) => {
Expand Down

0 comments on commit 046113b

Please sign in to comment.