Skip to content

Commit

Permalink
remove all js code from the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rpominov committed Feb 19, 2018
1 parent 2635810 commit 00aa55e
Show file tree
Hide file tree
Showing 33 changed files with 3 additions and 1,043 deletions.
25 changes: 1 addition & 24 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,7 @@
/* eslint comma-dangle: ["off"], no-var: ["off"], strict: ["error", "function"] */
/* global self */

var mapping = {
equals: 'fantasy-land/equals',
lte: 'fantasy-land/lte',
compose: 'fantasy-land/compose',
id: 'fantasy-land/id',
concat: 'fantasy-land/concat',
empty: 'fantasy-land/empty',
invert: 'fantasy-land/invert',
filter: 'fantasy-land/filter',
map: 'fantasy-land/map',
contramap: 'fantasy-land/contramap',
ap: 'fantasy-land/ap',
of: 'fantasy-land/of',
alt: 'fantasy-land/alt',
zero: 'fantasy-land/zero',
reduce: 'fantasy-land/reduce',
traverse: 'fantasy-land/traverse',
chain: 'fantasy-land/chain',
chainRec: 'fantasy-land/chainRec',
extend: 'fantasy-land/extend',
extract: 'fantasy-land/extract',
bimap: 'fantasy-land/bimap',
promap: 'fantasy-land/promap'
};
var empty = {};

if (typeof module === 'object' && typeof module.exports === 'object') {
module.exports = mapping;
Expand Down
18 changes: 0 additions & 18 deletions internal/compose.js

This file was deleted.

16 changes: 0 additions & 16 deletions internal/func.js

This file was deleted.

86 changes: 0 additions & 86 deletions internal/id.js

This file was deleted.

15 changes: 0 additions & 15 deletions internal/index.js

This file was deleted.

48 changes: 0 additions & 48 deletions internal/patch.js

This file was deleted.

23 changes: 0 additions & 23 deletions internal/sum.js

This file was deleted.

24 changes: 0 additions & 24 deletions laws/alt.js

This file was deleted.

24 changes: 0 additions & 24 deletions laws/alternative.js

This file was deleted.

36 changes: 0 additions & 36 deletions laws/applicative.js

This file was deleted.

22 changes: 0 additions & 22 deletions laws/apply.js

This file was deleted.

26 changes: 0 additions & 26 deletions laws/bifunctor.js

This file was deleted.

Loading

0 comments on commit 00aa55e

Please sign in to comment.