Skip to content

Commit

Permalink
remove modules for verifying laws
Browse files Browse the repository at this point in the history
There is now a separate package, fantasy-laws, which serves this role.
  • Loading branch information
davidchambers committed Jun 16, 2018
1 parent 7378c64 commit 1871bd3
Show file tree
Hide file tree
Showing 33 changed files with 6 additions and 1,020 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,8 +907,8 @@ be equivalent to that of the derivation (or derivations).
2. It's discouraged to overload the specified methods. It can easily
result in broken and buggy behaviour.
3. It is recommended to throw an exception on unspecified behaviour.
4. An `Id` container which implements many of the methods is provided in
`internal/id.js`.
4. An `Identity` container which implements many of the methods is provided by
[sanctuary-identity](https://github.com/sanctuary-js/sanctuary-identity).


[`ap`]: #ap-method
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.

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

This file was deleted.

Loading

0 comments on commit 1871bd3

Please sign in to comment.